public class CadBlockVisibilityParameter extends CadBlock1PtParameters
Class describing Block Visibility Parameter.
CadBlock1PtParameters
Constructor and Description |
---|
CadBlockVisibilityParameter()
Initializes a new instance of the
CadBlockVisibilityParameter class. |
Modifier and Type | Method and Description |
---|---|
List<CadParameter> |
getBlockVisibilityParameterList()
Gets or sets the block visibility parameter list.
|
void |
setBlockVisibilityParameterList(List<CadParameter> value)
Gets or sets the block visibility 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 CadBlockVisibilityParameter()
Initializes a new instance of the CadBlockVisibilityParameter
class.
public List<CadParameter> getBlockVisibilityParameterList()
Gets or sets the block visibility parameter list.
public void setBlockVisibilityParameterList(List<CadParameter> value)
Gets or sets the block visibility parameter list.
value
- The block visibility parameter list.