This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IC > ICadTransformations Interface > ICadTransformations.EnableTransformations Property (ArcObjects .NET 10.5 SDK) |
Indicates if global transformations are enabled.
[Visual Basic .NET] Public Property EnableTransformations As Boolean
[C#] public bool EnableTransformations {get; set;}
[C++]
HRESULT get_EnableTransformations(
VARIANT_BOOL* enabled
);
[C++]
HRESULT put_EnableTransformations(
VARIANT_BOOL enabled
);
[C++]
Parameters enabled [out, retval] enabled is a parameter of type VARIANT_BOOL enabled [in] enabled is a parameter of type VARIANT_BOOL