CadBlockMoveAction

Inheritance: java.lang.Object, CadBlockAction

Class describing BLOCKMOVEACTION object.

Constructors

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

Methods

MethodDescription
getCadBlockMoveActionElements()Gets or sets the cad block move action elements.
setCadBlockMoveActionElements(List value)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 - The cad block move action elements.

setCadBlockMoveActionElements(List value)

public void setCadBlockMoveActionElements(List<CadParameter> value)

Gets or sets the cad block move action elements.

Parameters:

ParameterTypeDescription
valueListThe cad block move action elements.