Gets the transform option of the request.

Namespace: Ingeniux.Runtime
Assembly: IGXRuntimeAPI90 (in IGXRuntimeAPI90.dll) Version: 9.0.82.0 (9.0.82)

Syntax

C#
public TransformOptions TransformOption { get; protected set; }
Visual Basic
Public Property TransformOption As TransformOptions
	Get
	Protected Set
Visual C++
public:
virtual property TransformOptions TransformOption {
	TransformOptions get () sealed;
	protected: void set (TransformOptions value) sealed;
}

Property Value

Type: TransformOptions

Implements

ICMSEnvironment..::..TransformOption

See Also