CadMLeaderBlock
Contents
[
Hide
]Class describing MLeader block
Constructors
| Constructor | Description |
|---|---|
| CadMLeaderBlock() |
Methods
| Method | Description |
|---|---|
| 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:
| Parameter | Type | Description |
|---|---|---|
| value | String | The 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:
| Parameter | Type | Description |
|---|---|---|
| value | short | The 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:
| Parameter | Type | Description |
|---|---|---|
| value | String | The 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:
| Parameter | Type | Description |
|---|---|---|
| value | double | The width of the block attribute. |