CadWipeoutVariables
Contents
[
Hide
]Inheritance: java.lang.Object, CadBaseObject
Class describing WIPEOUTVARIABLES object.
Constructors
| Constructor | Description |
|---|---|
| CadWipeoutVariables() | Initializes a new instance of the CadWipeoutVariables class. |
Methods
| Method | Description |
|---|---|
| getClassVersion() | Gets or sets the class version. |
| setClassVersion(int value) | Gets or sets the class version. |
| getDisplayImageFrameFlag() | Gets or sets the display image frame flag. |
| setDisplayImageFrameFlag(short value) | Gets or sets the display image frame flag. |
CadWipeoutVariables()
public CadWipeoutVariables()
Initializes a new instance of the CadWipeoutVariables class.
getClassVersion()
public final int getClassVersion()
Gets or sets the class version.
Returns: int - The class version.
setClassVersion(int value)
public final void setClassVersion(int value)
Gets or sets the class version.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int | The class version. |
getDisplayImageFrameFlag()
public final short getDisplayImageFrameFlag()
Gets or sets the display image frame flag.
Returns: short - The display image frame flag.
setDisplayImageFrameFlag(short value)
public final void setDisplayImageFrameFlag(short value)
Gets or sets the display image frame flag.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | short | The display image frame flag. |