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