public abstract class CadBlockAction extends CadBlockElement
Class describing BLOCKACTION object.
| Constructor and Description |
|---|
CadBlockAction()
Initializes a new instance of the
CadBlockAction class. |
| Modifier and Type | Method and Description |
|---|---|
List<CadParameter> |
getBlockActionParameterList()
Gets or sets the block action parameter list.
|
void |
setBlockActionParameterList(List<CadParameter> value)
Gets or sets the block action parameter list.
|
getDbEvalExprParameterList, setDbEvalExprParameterListgetChildObjects, getNumreactors, getTypeName, setChildObjects, setNumreactorsgetHardOwner, getSoftOwner, isSoftOwnerSet, setHardOwner, setSoftOwnergetApplicationCodesContainer, getAttribute102Values, getAttributes, getEmbeddedObjectsContainer, getObjectHandle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setEmbeddedObjectsContainer, setObjectHandle, setXdataContainerpublic CadBlockAction()
Initializes a new instance of the CadBlockAction class.
public List<CadParameter> getBlockActionParameterList()
Gets or sets the block action parameter list.
public void setBlockActionParameterList(List<CadParameter> value)
Gets or sets the block action parameter list.
value - The block action parameter list.