public class CadBlockActionWithBasePt extends CadBlockAction
Class describing BlockActionWithBasePt object.
Constructor and Description |
---|
CadBlockActionWithBasePt()
Initializes a new instance of the
CadBlockActionWithBasePt class. |
Modifier and Type | Method and Description |
---|---|
CadShortParameter |
getAttribute280()
Gets or sets the attribute 280.
|
CadStringParameter |
getAttribute301()
Gets or sets the attribute 301.
|
CadStringParameter |
getAttribute302()
Gets or sets the attribute 302.
|
CadIntParameter |
getAttribute92()
Gets or sets the attribute 92.
|
CadIntParameter |
getAttribute93()
Gets or sets the attribute 93.
|
void |
setAttribute280(CadShortParameter value)
Gets or sets the attribute 280.
|
void |
setAttribute301(CadStringParameter value)
Gets or sets the attribute 301.
|
void |
setAttribute302(CadStringParameter value)
Gets or sets the attribute 302.
|
void |
setAttribute92(CadIntParameter value)
Gets or sets the attribute 92.
|
void |
setAttribute93(CadIntParameter value)
Gets or sets the attribute 93.
|
getBlockActionParameterList, setBlockActionParameterList
getDbEvalExprParameterList, setDbEvalExprParameterList
getChildObjects, getTypeName, setChildObjects
getHardOwner, getSoftOwner, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getDxfDataFormat, getObjectHandle, getRoundTripTableStyle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setDxfDataFormat, setObjectHandle, setRoundTripTableStyle, setXdataContainer
public CadBlockActionWithBasePt()
Initializes a new instance of the CadBlockActionWithBasePt
class.
public CadIntParameter getAttribute92()
Gets or sets the attribute 92.
public void setAttribute92(CadIntParameter value)
Gets or sets the attribute 92.
value
- The attribute 92.public CadStringParameter getAttribute301()
Gets or sets the attribute 301.
public void setAttribute301(CadStringParameter value)
Gets or sets the attribute 301.
value
- The attribute 301.public CadIntParameter getAttribute93()
Gets or sets the attribute 93.
public void setAttribute93(CadIntParameter value)
Gets or sets the attribute 93.
value
- The attribute 93.public CadStringParameter getAttribute302()
Gets or sets the attribute 302.
public void setAttribute302(CadStringParameter value)
Gets or sets the attribute 302.
value
- The attribute 302.public CadShortParameter getAttribute280()
Gets or sets the attribute 280.
public void setAttribute280(CadShortParameter value)
Gets or sets the attribute 280.
value
- The attribute 280.