CadWipeoutVariables

Inheritance: java.lang.Object, CadBaseObject

Class describing WIPEOUTVARIABLES object.

Constructors

ConstructorDescription
CadWipeoutVariables()Initializes a new instance of the CadWipeoutVariables class.

Methods

MethodDescription
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:

ParameterTypeDescription
valueintThe 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:

ParameterTypeDescription
valueshortThe display image frame flag.