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


ICadTransformations.EnableTransformations Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesFile)  

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(
  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

Product Availability

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

See Also

ICadTransformations Interface

.NET Related Topics

How to return CAD transformation settings