This document is archived and information here might be outdated. Recommended version. |
Indicates if global transformations are enabled.
[Visual Basic .NET]
Public Property EnableTransformations As Boolean
[C#]
public bool EnableTransformations {get; set;}
[C++]
HRESULT get_EnableTransformations(
Boolean* enabled
);
[C++]
HRESULT put_EnableTransformations(
VARIANT_BOOL enabled
);
[C++] Parameters enabled [out, retval]
enabled is a parameter of type bool* enabled [in]
enabled is a parameter of type bool