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, setDbEvalExprParameterList
getChildObjects, getNumreactors, getTypeName, setChildObjects, setNumreactors
getHardOwner, getSoftOwner, isSoftOwnerSet, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getEmbeddedObjectsContainer, getObjectHandle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setEmbeddedObjectsContainer, setObjectHandle, setXdataContainer
public 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.