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


IElementProperties2.AutoTransform Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IE > IElementProperties2 Interface > IElementProperties2.AutoTransform Property
ArcGIS Developer Help

IElementProperties2.AutoTransform Property

Indicates if transform is applied to symbols and other parts of element. False = only apply transform to geometry.

[Visual Basic .NET]
Public Property AutoTransform As Boolean
[C#]
public bool AutoTransform {get; set;}
[C++]
HRESULT get_AutoTransform(
  Boolean* AutoTransform
);
[C++]
HRESULT put_AutoTransform(
  VARIANT_BOOL AutoTransform
);
[C++]
Parameters
AutoTransform [out, retval]

AutoTransform is a parameter of type bool* AutoTransform [in]
AutoTransform is a parameter of type bool

Product Availability

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

See Also

IElementProperties2 Interface