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 |
|---|---|
int |
getClassVersion()
Gets or sets the class version.
|
short |
getDisplayImageFrameFlag()
Gets or sets the display image frame flag.
|
void |
setClassVersion(int value)
Gets or sets the class version.
|
void |
setDisplayImageFrameFlag(short value)
Gets or sets the display image frame flag.
|
getChildObjects, getNumreactors, getTypeName, setChildObjects, setNumreactorsgetHardOwner, getSoftOwner, isSoftOwnerSet, setHardOwner, setSoftOwnergetApplicationCodesContainer, getAttribute102Values, getAttributes, getEmbeddedObjectsContainer, getObjectHandle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setEmbeddedObjectsContainer, setObjectHandle, setXdataContainerpublic CadWipeoutVariables()
Initializes a new instance of the CadWipeoutVariables class.
public final int getClassVersion()
Gets or sets the class version.
public final void setClassVersion(int value)
Gets or sets the class version.
value - The class version.public final short getDisplayImageFrameFlag()
Gets or sets the display image frame flag.
public final void setDisplayImageFrameFlag(short value)
Gets or sets the display image frame flag.
value - The display image frame flag.