public class CadBlockLinearParameter extends CadBlock2PtParameters
Class describing BLOCKLINEARPARAMETER object.
Constructor and Description |
---|
CadBlockLinearParameter()
Initializes a new instance of the
CadBlockLinearParameter class. |
Modifier and Type | Method and Description |
---|---|
List<CadParameter> |
getBlockLinearParameterList()
Gets or sets the block linear parameter list.
|
void |
setBlockLinearParameterList(List<CadParameter> value)
Gets or sets the block linear parameter list.
|
getAttribute280, getAttribute281, getBlock2PtParameterList, setAttribute280, setAttribute281, setBlock2PtParameterList
getDbEvalExprParameterList, setDbEvalExprParameterList
getChildObjects, getTypeName, setChildObjects
getHardOwner, getSoftOwner, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getDxfDataFormat, getObjectHandle, getRoundTripTableStyle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setDxfDataFormat, setObjectHandle, setRoundTripTableStyle, setXdataContainer
public CadBlockLinearParameter()
Initializes a new instance of the CadBlockLinearParameter
class.
public List<CadParameter> getBlockLinearParameterList()
Gets or sets the block linear parameter list.
public void setBlockLinearParameterList(List<CadParameter> value)
Gets or sets the block linear parameter list.
value
- The block linear parameter list.