public class CadBlockTableObject extends CadBaseOwned
The Cad block table object.
Constructor and Description |
---|
CadBlockTableObject()
Initializes a new instance of the
CadBlockTableObject class. |
Modifier and Type | Method and Description |
---|---|
byte[] |
getBitmapPreviewData()
Gets or sets the bitmap preview data.
|
short |
getBlockExplodability()
Gets the block explodability.
|
short |
getBlockInsertionUnits()
Gets or sets the block insertion units.
|
String |
getBlockName()
Gets or sets the name of the block.
|
short |
getBlockScalability()
Gets the block scalability.
|
String |
getHardPointerToLayout()
Gets or sets the hard pointer to layout.
|
String |
getOriginalBlockName()
Name of the original dynamic block, or real block name if it's not originated from dynamic block
|
String |
getXDataAppName()
Gets or sets the xdata app name.
|
String |
getXDataStringData()
Gets or sets the xdata string data.
|
void |
setBitmapPreviewData(byte[] value)
Gets or sets the bitmap preview data.
|
void |
setBlockExplodability(short value)
Gets the block explodability.
|
void |
setBlockInsertionUnits(short value)
Gets or sets the block insertion units.
|
void |
setBlockName(String value)
Gets or sets the name of the block.
|
void |
setBlockScalability(short value)
Gets the block scalability.
|
void |
setHardPointerToLayout(String value)
Gets or sets the hard pointer to layout.
|
void |
setXDataAppName(String value)
Gets or sets the xdata app name.
|
void |
setXDataStringData(String value)
Gets or sets the xdata string data.
|
getHardOwner, getSoftOwner, isSoftOwnerSet, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getEmbeddedObjectsContainer, getObjectHandle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setEmbeddedObjectsContainer, setObjectHandle, setXdataContainer
public CadBlockTableObject()
Initializes a new instance of the CadBlockTableObject
class.
public final short getBlockInsertionUnits()
Gets or sets the block insertion units.
public final void setBlockInsertionUnits(short value)
Gets or sets the block insertion units.
value
- The block insertion units.public final byte[] getBitmapPreviewData()
Gets or sets the bitmap preview data.
public final void setBitmapPreviewData(byte[] value)
Gets or sets the bitmap preview data.
value
- The bitmap preview data.public final short getBlockScalability()
Gets the block scalability.
public final void setBlockScalability(short value)
Gets the block scalability.
value
- The block scalability.public final short getBlockExplodability()
Gets the block explodability.
public final void setBlockExplodability(short value)
Gets the block explodability.
value
- The block explodability.public final String getBlockName()
Gets or sets the name of the block.
public final void setBlockName(String value)
Gets or sets the name of the block.
value
- The name of the block.public final String getHardPointerToLayout()
Gets or sets the hard pointer to layout.
public final void setHardPointerToLayout(String value)
Gets or sets the hard pointer to layout.
value
- The hard pointer to layout.public final String getXDataAppName()
Gets or sets the xdata app name.
public final void setXDataAppName(String value)
Gets or sets the xdata app name.
value
- The Xdata application name "ACAD".public final String getXDataStringData()
Gets or sets the xdata string data.
public final void setXDataStringData(String value)
Gets or sets the xdata string data.
value
- The Xdata string data "DesignCenter Data".public final String getOriginalBlockName()
Name of the original dynamic block, or real block name if it's not originated from dynamic block