public class CadBlockAligmentParameter extends CadBlock2PtParameters
Class describing block aligment parameter.
CadBlock2PtParameters| Constructor and Description |
|---|
CadBlockAligmentParameter()
Initializes a new instance of the
CadBlockAligmentParameter class. |
| Modifier and Type | Method and Description |
|---|---|
List<CadParameter> |
getBlockAligmentParameterList()
Gets or sets the block visibility parameter list.
|
void |
setBlockAligmentParameterList(List<CadParameter> value)
Gets or sets the block visibility parameter list.
|
getAttribute280, getAttribute281, getBlock2PtParameterList, setAttribute280, setAttribute281, setBlock2PtParameterListgetDbEvalExprParameterList, setDbEvalExprParameterListgetChildObjects, getNumreactors, getTypeName, setChildObjects, setNumreactorsgetHardOwner, getSoftOwner, isSoftOwnerSet, setHardOwner, setSoftOwnergetApplicationCodesContainer, getAttribute102Values, getAttributes, getEmbeddedObjectsContainer, getObjectHandle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setEmbeddedObjectsContainer, setObjectHandle, setXdataContainerpublic CadBlockAligmentParameter()
Initializes a new instance of the CadBlockAligmentParameter class.
public List<CadParameter> getBlockAligmentParameterList()
Gets or sets the block visibility parameter list.
public void setBlockAligmentParameterList(List<CadParameter> value)
Gets or sets the block visibility parameter list.
value - The block visibility parameter list.