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