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


IElementProperties2.CanRotate Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IElementProperties2.CanRotate Method

Indicates if the element can be rotated.

[Visual Basic .NET]
Public Function CanRotate ( _
) As Boolean
[C#]
public bool CanRotate (
);
[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