public abstract class CadBlock1PtParameters extends CadBlockElement
Class describing block parameters.
CadBlockElement
Modifier and Type | Method and Description |
---|---|
List<CadParameter> |
getBlock1PtParameterList()
Gets or sets the block1 pt parameter list.
|
List<CadParameter> |
getBlockParameterList()
Gets or sets the block parameter list.
|
void |
setBlock1PtParameterList(List<CadParameter> value)
Gets or sets the block1 pt parameter list.
|
void |
setBlockParameterList(List<CadParameter> value)
Gets or sets the block 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 List<CadParameter> getBlockParameterList()
Gets or sets the block parameter list.
public void setBlockParameterList(List<CadParameter> value)
Gets or sets the block parameter list.
value
- The block parameter list.public List<CadParameter> getBlock1PtParameterList()
Gets or sets the block1 pt parameter list.
public void setBlock1PtParameterList(List<CadParameter> value)
Gets or sets the block1 pt parameter list.
value
- The block1 pt parameter list.