public class CadBreakData extends CadBaseObject
Class describing CadBreakData object.
Constructor and Description |
---|
CadBreakData()
Initializes a new instance of the
CadBreakData class. |
Modifier and Type | Method and Description |
---|---|
List<com.aspose.ms.System.Collections.Generic.List<CadParameter>> |
getBreakPointRefList()
Gets or sets the break point reference list.
|
void |
setBreakPointRefList(List<com.aspose.ms.System.Collections.Generic.List<CadParameter>> value)
Gets or sets the break point reference list.
|
getChildObjects, getTypeName, setChildObjects
getHardOwner, getSoftOwner, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getDxfDataFormat, getObjectHandle, getRoundTripTableStyle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setDxfDataFormat, setObjectHandle, setRoundTripTableStyle, setXdataContainer
public CadBreakData()
Initializes a new instance of the CadBreakData
class.
public List<com.aspose.ms.System.Collections.Generic.List<CadParameter>> getBreakPointRefList()
Gets or sets the break point reference list.
public void setBreakPointRefList(List<com.aspose.ms.System.Collections.Generic.List<CadParameter>> value)
Gets or sets the break point reference list.
value
- The break point reference list.