CadBlock2PtParameters
Contents
[
Hide
]Inheritance: java.lang.Object, CadBlockElement
Class describing BLOCK2PTPARAMETERS abstract object.
Constructors
| Constructor | Description |
|---|---|
| CadBlock2PtParameters() | Initializes a new instance of the CadBlock2PtParameters class. |
Methods
| Method | Description |
|---|---|
| getAttribute280() | Gets or sets the attribute 280. |
| setAttribute280(Short value) | Gets or sets the attribute 280. |
| getAttribute281() | Gets or sets the attribute 281. |
| setAttribute281(Short value) | Gets or sets the attribute 281. |
| getBlock2PtParameterList() | Gets or sets the block2 pt parameter list. |
| setBlock2PtParameterList(List | Gets or sets the block2 pt parameter list. |
CadBlock2PtParameters()
public CadBlock2PtParameters()
Initializes a new instance of the CadBlock2PtParameters class.
getAttribute280()
public final Short getAttribute280()
Gets or sets the attribute 280.
Returns: Short - The attribute 280.
setAttribute280(Short value)
public final void setAttribute280(Short value)
Gets or sets the attribute 280.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | Short | The attribute 280. |
getAttribute281()
public final Short getAttribute281()
Gets or sets the attribute 281.
Returns: Short - The attribute 281.
setAttribute281(Short value)
public final void setAttribute281(Short value)
Gets or sets the attribute 281.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | Short | The attribute 281. |
getBlock2PtParameterList()
public final List<CadParameter> getBlock2PtParameterList()
Gets or sets the block2 pt parameter list.
Returns: List
setBlock2PtParameterList(List value)
public final void setBlock2PtParameterList(List<CadParameter> value)
Gets or sets the block2 pt parameter list.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | List | The block2 pt parameter list. |