public class CadBlockTableObject extends CadOwnedObjectBase
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.
|
boolean |
getBlockIsXRef()
Gets or sets the BlockIsXRef.
|
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.
|
boolean |
hasAttDefs()
Gets or sets the HasAttDefs.
|
boolean |
isAnonymous()
Gets or sets the Anonymous.
|
void |
setAnonymous(boolean value)
Gets or sets the Anonymous.
|
void |
setAttDefs(boolean value)
Gets or sets the HasAttDefs.
|
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 |
setBlockIsXRef(boolean value)
Gets or sets the BlockIsXRef.
|
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, getNumreactors, getReactors, getSoftOwner, getStorageFlag, isSoftOwnerSet, setHardOwner, setNumreactors, setReactors, setSoftOwner, setStorageFlaggetApplicationCodesContainer, getAttribute102Values, getAttributes, getEmbeddedObjectsContainer, getObjectHandle, getUID, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setEmbeddedObjectsContainer, setObjectHandle, setUID, setXdataContainerpublic 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
public final boolean isAnonymous()
Gets or sets the Anonymous.
public final void setAnonymous(boolean value)
Gets or sets the Anonymous.
public final boolean hasAttDefs()
Gets or sets the HasAttDefs.
public final void setAttDefs(boolean value)
Gets or sets the HasAttDefs.
public final boolean getBlockIsXRef()
Gets or sets the BlockIsXRef.
public final void setBlockIsXRef(boolean value)
Gets or sets the BlockIsXRef.
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.