CadBlockMoveAction
Contents
[
Hide
]Inheritance: java.lang.Object, CadBlockAction
Class describing BLOCKMOVEACTION object.
Constructors
| Constructor | Description |
|---|---|
| CadBlockMoveAction() | Initializes a new instance of the CadBlockMoveAction class. |
Methods
| Method | Description |
|---|---|
| getCadBlockMoveActionElements() | Gets or sets the cad block move action elements. |
| setCadBlockMoveActionElements(List | Gets or sets the cad block move action elements. |
CadBlockMoveAction()
public CadBlockMoveAction()
Initializes a new instance of the CadBlockMoveAction class.
getCadBlockMoveActionElements()
public List<CadParameter> getCadBlockMoveActionElements()
Gets or sets the cad block move action elements.
Returns: List
setCadBlockMoveActionElements(List value)
public void setCadBlockMoveActionElements(List<CadParameter> value)
Gets or sets the cad block move action elements.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | List | The cad block move action elements. |