ArcGIS Developer Help  (Carto)    

IElementProperties2.AutoTransform Property

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

[Visual Basic 6.0]
Property AutoTransform As Boolean
[Visual Basic .NET]
Public Property AutoTransform As Boolean
[C#]
public bool AutoTransform {get; set;}
[Java]
public boolean isAutoTransform()
throws
    IOException,
    AutomationException
[Java]
public void setAutoTransform(
boolean AutoTransform
)
throws
    IOException,
    AutomationException
[C++]
HRESULT get_AutoTransform(
  VARIANT_BOOL* AutoTransform
);
[C++]
HRESULT put_AutoTransform(
  VARIANT_BOOL AutoTransform

);

[C++]

Parameters

AutoTransform [out, retval]

  AutoTransform is a parameter of type VARIANT_BOOL

AutoTransform [in]

  AutoTransform is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IElementProperties2 Interface

 


Feedback Send feedback on this page