ArcGIS Developer Help  (Carto)    

IElementProperties2.CanRotate Method

Indicates if the element can be rotated.

[Visual Basic 6.0]
Function CanRotate As Boolean
[Visual Basic .NET]
Public Function CanRotate ( _
) As Boolean
[C#]
public bool CanRotate (
);
[Java]
public Boolean canRotate (
)
throws
    IOException,
    AutomationException
[C++]
HRESULT CanRotate(
  VARIANT_BOOL* CanRotate
);
[C++]

Parameters

CanRotate [out, retval]

  CanRotate 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