CadBlockTableObject

Inheritance: java.lang.Object, CadBaseOwned

The Cad block table object.

Constructors

ConstructorDescription
CadBlockTableObject()Initializes a new instance of the CadBlockTableObject class.

Methods

MethodDescription
getBlockInsertionUnits()Gets or sets the block insertion units.
setBlockInsertionUnits(short value)Gets or sets the block insertion units.
getBitmapPreviewData()Gets or sets the bitmap preview data.
setBitmapPreviewData(byte[] value)Gets or sets the bitmap preview data.
getBlockScalability()Gets the block scalability.
setBlockScalability(short value)Gets the block scalability.
getBlockExplodability()Gets the block explodability.
setBlockExplodability(short value)Gets the block explodability.
getBlockName()Gets or sets the name of the block.
setBlockName(String value)Gets or sets the name of the block.
getHardPointerToLayout()Gets or sets the hard pointer to layout.
setHardPointerToLayout(String value)Gets or sets the hard pointer to layout.
getXDataAppName()Gets or sets the xdata app name.
setXDataAppName(String value)Gets or sets the xdata app name.
getXDataStringData()Gets or sets the xdata string data.
setXDataStringData(String value)Gets or sets the xdata string data.
getOriginalBlockName()Name of the original dynamic block, or real block name if it’s not originated from dynamic block

CadBlockTableObject()

public CadBlockTableObject()

Initializes a new instance of the CadBlockTableObject class.

getBlockInsertionUnits()

public final short getBlockInsertionUnits()

Gets or sets the block insertion units.

Returns: short - The block insertion units.

setBlockInsertionUnits(short value)

public final void setBlockInsertionUnits(short value)

Gets or sets the block insertion units.

Parameters:

ParameterTypeDescription
valueshortThe block insertion units.

getBitmapPreviewData()

public final byte[] getBitmapPreviewData()

Gets or sets the bitmap preview data.

Returns: byte[] - The bitmap preview data.

setBitmapPreviewData(byte[] value)

public final void setBitmapPreviewData(byte[] value)

Gets or sets the bitmap preview data.

Parameters:

ParameterTypeDescription
valuebyte[]The bitmap preview data.

getBlockScalability()

public final short getBlockScalability()

Gets the block scalability.

Returns: short - The block scalability.

setBlockScalability(short value)

public final void setBlockScalability(short value)

Gets the block scalability.

Parameters:

ParameterTypeDescription
valueshortThe block scalability.

getBlockExplodability()

public final short getBlockExplodability()

Gets the block explodability.

Returns: short - The block explodability.

setBlockExplodability(short value)

public final void setBlockExplodability(short value)

Gets the block explodability.

Parameters:

ParameterTypeDescription
valueshortThe block explodability.

getBlockName()

public final String getBlockName()

Gets or sets the name of the block.

Returns: String - The name of the block.

setBlockName(String value)

public final void setBlockName(String value)

Gets or sets the name of the block.

Parameters:

ParameterTypeDescription
valueStringThe name of the block.

getHardPointerToLayout()

public final String getHardPointerToLayout()

Gets or sets the hard pointer to layout.

Returns: String - The hard pointer to layout.

setHardPointerToLayout(String value)

public final void setHardPointerToLayout(String value)

Gets or sets the hard pointer to layout.

Parameters:

ParameterTypeDescription
valueStringThe hard pointer to layout.

getXDataAppName()

public final String getXDataAppName()

Gets or sets the xdata app name.

Returns: String - The Xdata application name “ACAD”.

setXDataAppName(String value)

public final void setXDataAppName(String value)

Gets or sets the xdata app name.

Parameters:

ParameterTypeDescription
valueStringThe Xdata application name “ACAD”.

getXDataStringData()

public final String getXDataStringData()

Gets or sets the xdata string data.

Returns: String - The Xdata string data “DesignCenter Data”.

setXDataStringData(String value)

public final void setXDataStringData(String value)

Gets or sets the xdata string data.

Parameters:

ParameterTypeDescription
valueStringThe Xdata string data “DesignCenter Data”.

getOriginalBlockName()

public final String getOriginalBlockName()

Name of the original dynamic block, or real block name if it’s not originated from dynamic block

Returns: String