public abstract class CadBlock2PtParameters extends CadBlockElement
Class describing BLOCK2PTPARAMETERS abstract object.
Constructor and Description |
---|
CadBlock2PtParameters()
Initializes a new instance of the
CadBlock2PtParameters class. |
Modifier and Type | Method and Description |
---|---|
Short |
getAttribute280()
Gets or sets the attribute 280.
|
Short |
getAttribute281()
Gets or sets the attribute 281.
|
List<CadParameter> |
getBlock2PtParameterList()
Gets or sets the block2 pt parameter list.
|
void |
setAttribute280(Short value)
Gets or sets the attribute 280.
|
void |
setAttribute281(Short value)
Gets or sets the attribute 281.
|
void |
setBlock2PtParameterList(List<CadParameter> value)
Gets or sets the block2 pt parameter list.
|
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 CadBlock2PtParameters()
Initializes a new instance of the CadBlock2PtParameters
class.
public final Short getAttribute280()
Gets or sets the attribute 280.
public final void setAttribute280(Short value)
Gets or sets the attribute 280.
value
- The attribute 280.public final Short getAttribute281()
Gets or sets the attribute 281.
public final void setAttribute281(Short value)
Gets or sets the attribute 281.
value
- The attribute 281.public final List<CadParameter> getBlock2PtParameterList()
Gets or sets the block2 pt parameter list.
public final void setBlock2PtParameterList(List<CadParameter> value)
Gets or sets the block2 pt parameter list.
value
- The block2 pt parameter list.