CadMLeaderBlock

Class describing MLeader block

Constructors

ConstructorDescription
CadMLeaderBlock()

Methods

MethodDescription
getBlockAttributerId()Gets or sets the block attributer identifier.
setBlockAttributerId(String value)Gets or sets the block attributer identifier.
getBlockAttributeIndex()Gets or sets the index of the block attribute.
setBlockAttributeIndex(short value)Gets or sets the index of the block attribute.
getBlockAttributeTextString()Gets or sets the block attribute text string.
setBlockAttributeTextString(String value)Gets or sets the block attribute text string.
getBlockAttributeWidth()Gets or sets the width of the block attribute.
setBlockAttributeWidth(double value)Gets or sets the width of the block attribute.

CadMLeaderBlock()

public CadMLeaderBlock()

getBlockAttributerId()

public final String getBlockAttributerId()

Gets or sets the block attributer identifier.

Returns: String - The block attributer identifier.

setBlockAttributerId(String value)

public final void setBlockAttributerId(String value)

Gets or sets the block attributer identifier.

Parameters:

ParameterTypeDescription
valueStringThe block attributer identifier.

getBlockAttributeIndex()

public final short getBlockAttributeIndex()

Gets or sets the index of the block attribute.

Returns: short - The index of the block attribute.

setBlockAttributeIndex(short value)

public final void setBlockAttributeIndex(short value)

Gets or sets the index of the block attribute.

Parameters:

ParameterTypeDescription
valueshortThe index of the block attribute.

getBlockAttributeTextString()

public final String getBlockAttributeTextString()

Gets or sets the block attribute text string.

Returns: String - The block attribute text string.

setBlockAttributeTextString(String value)

public final void setBlockAttributeTextString(String value)

Gets or sets the block attribute text string.

Parameters:

ParameterTypeDescription
valueStringThe block attribute text string.

getBlockAttributeWidth()

public final double getBlockAttributeWidth()

Gets or sets the width of the block attribute.

Returns: double - The width of the block attribute.

setBlockAttributeWidth(double value)

public final void setBlockAttributeWidth(double value)

Gets or sets the width of the block attribute.

Parameters:

ParameterTypeDescription
valuedoubleThe width of the block attribute.