public class CadBlockPointParameter extends CadBlock1PtParameters
Class describing Block Point Parameter.
CadBlock1PtParameters
Constructor and Description |
---|
CadBlockPointParameter()
Initializes a new instance of the
CadBlockPointParameter class. |
Modifier and Type | Method and Description |
---|---|
List<CadParameter> |
getBlockPointParameterList()
Gets or sets the block point parameter list.
|
void |
setBlockPointParameterList(List<CadParameter> value)
Gets or sets the block point parameter list.
|
getBlock1PtParameterList, getBlockParameterList, setBlock1PtParameterList, setBlockParameterList
getDbEvalExprParameterList, setDbEvalExprParameterList
getChildObjects, getTypeName, setChildObjects
getHardOwner, getSoftOwner, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getDxfDataFormat, getObjectHandle, getRoundTripTableStyle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setDxfDataFormat, setObjectHandle, setRoundTripTableStyle, setXdataContainer
public CadBlockPointParameter()
Initializes a new instance of the CadBlockPointParameter
class.
public List<CadParameter> getBlockPointParameterList()
Gets or sets the block point parameter list.
public void setBlockPointParameterList(List<CadParameter> value)
Gets or sets the block point parameter list.
value
- The block point parameter list.