public class CadWipeoutVariables extends CadBaseObject
Class describing WIPEOUTVARIABLES object.
Constructor and Description |
---|
CadWipeoutVariables()
Initializes a new instance of the
CadWipeoutVariables class. |
Modifier and Type | Method and Description |
---|---|
CadIntParameter |
getClassVersion()
Gets or sets the class version.
|
CadShortParameter |
getDisplayImageFrameFlag()
Gets or sets the display image frame flag.
|
void |
setClassVersion(CadIntParameter value)
Gets or sets the class version.
|
void |
setDisplayImageFrameFlag(CadShortParameter value)
Gets or sets the display image frame flag.
|
getChildObjects, getTypeName, setChildObjects
getHardOwner, getSoftOwner, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getDxfDataFormat, getObjectHandle, getRoundTripTableStyle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setDxfDataFormat, setObjectHandle, setRoundTripTableStyle, setXdataContainer
public CadWipeoutVariables()
Initializes a new instance of the CadWipeoutVariables
class.
public CadIntParameter getClassVersion()
Gets or sets the class version.
public void setClassVersion(CadIntParameter value)
Gets or sets the class version.
value
- The class version.public CadShortParameter getDisplayImageFrameFlag()
Gets or sets the display image frame flag.
public void setDisplayImageFrameFlag(CadShortParameter value)
Gets or sets the display image frame flag.
value
- The display image frame flag.