public class CadXRecord extends CadBaseObject
Class describing CadXRecord
Constructor and Description |
---|
CadXRecord()
Initializes a new instance of the
CadXRecord class. |
Modifier and Type | Method and Description |
---|---|
CadBinaryParameter |
getBinaryData310()
Gets or sets the binary data 310.
|
CadBinaryParameter |
getBinaryData311()
Gets or sets the binary data 311.
|
short |
getDuplicateCloningFlag()
Gets or sets the duplicate cloning flag.
|
List<CadCodeValue> |
getObjects()
Gets or sets the objects.
|
void |
setBinaryData310(CadBinaryParameter value)
Gets or sets the binary data 310.
|
void |
setBinaryData311(CadBinaryParameter value)
Gets or sets the binary data 311.
|
void |
setDuplicateCloningFlag(short value)
Gets or sets the duplicate cloning flag.
|
void |
setObjects(List<CadCodeValue> value)
Gets or sets the objects.
|
getChildObjects, getTypeName, setChildObjects
getHardOwner, getSoftOwner, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getDxfDataFormat, getObjectHandle, getRoundTripTableStyle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setDxfDataFormat, setObjectHandle, setRoundTripTableStyle, setXdataContainer
public CadXRecord()
Initializes a new instance of the CadXRecord
class.
public List<CadCodeValue> getObjects()
Gets or sets the objects. Xrecord objects are used to store and manage arbitrary data. They are composed of DXF group codes with �normal object� groups(that is, non-xdata group codes), ranging from 1 through 369 for supported ranges.This object is similar in concept to xdata but is not limited by size or order.
public void setObjects(List<CadCodeValue> value)
Gets or sets the objects. Xrecord objects are used to store and manage arbitrary data. They are composed of DXF group codes with �normal object� groups(that is, non-xdata group codes), ranging from 1 through 369 for supported ranges.This object is similar in concept to xdata but is not limited by size or order.
value
- The objects.public short getDuplicateCloningFlag()
Gets or sets the duplicate cloning flag.
public void setDuplicateCloningFlag(short value)
Gets or sets the duplicate cloning flag.
value
- The duplicate cloning flag.public CadBinaryParameter getBinaryData310()
Gets or sets the binary data 310.
public void setBinaryData310(CadBinaryParameter value)
Gets or sets the binary data 310.
value
- The binary data 310.public CadBinaryParameter getBinaryData311()
Gets or sets the binary data 311.
public void setBinaryData311(CadBinaryParameter value)
Gets or sets the binary data 311.
value
- The binary data 311.