ArcObjects Library Reference (Carto)  

IElementProperties3.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

IElementProperties3 Interface