This document is archived and information here might be outdated.  Recommended version.


ICadTransformations.EnableTransformations Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IC > ICadTransformations Interface > ICadTransformations.EnableTransformations Property
ArcGIS Developer Help

ICadTransformations.EnableTransformations Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ICadTransformations Interface