Gets the transform option of the request.
Namespace: Ingeniux.RuntimeAssembly: 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:
TransformOptionsImplements
ICMSEnvironment..::..TransformOption
See Also