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, getTypeName, setChildObjects
getHardOwner, getSoftOwner, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getDxfDataFormat, getObjectHandle, getRoundTripTableStyle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setDxfDataFormat, setObjectHandle, setRoundTripTableStyle, 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.