public class CadBlockMoveAction extends CadBlockAction
Class describing BLOCKMOVEACTION object.
Constructor and Description |
---|
CadBlockMoveAction()
Initializes a new instance of the
CadBlockMoveAction class. |
Modifier and Type | Method and Description |
---|---|
List<CadParameter> |
getCadBlockMoveActionElements()
Gets or sets the cad block move action elements.
|
void |
setCadBlockMoveActionElements(List<CadParameter> value)
Gets or sets the cad block move action elements.
|
getBlockActionParameterList, setBlockActionParameterList
getDbEvalExprParameterList, setDbEvalExprParameterList
getChildObjects, getNumreactors, getTypeName, setChildObjects, setNumreactors
getHardOwner, getSoftOwner, isSoftOwnerSet, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getEmbeddedObjectsContainer, getObjectHandle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setEmbeddedObjectsContainer, setObjectHandle, setXdataContainer
public CadBlockMoveAction()
Initializes a new instance of the CadBlockMoveAction
class.
public List<CadParameter> getCadBlockMoveActionElements()
Gets or sets the cad block move action elements.
public void setCadBlockMoveActionElements(List<CadParameter> value)
Gets or sets the cad block move action elements.
value
- The cad block move action elements.