This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > ISimpleLineDecorationElement Interface > ISimpleLineDecorationElement.Rotate Property (ArcObjects .NET 10.5 SDK) |
Indicates if marker symbols are rotated to follow the line.
[Visual Basic .NET] Public Property Rotate As Boolean
[C#] public bool Rotate {get; set;}
[C++]
HRESULT get_Rotate(
VARIANT_BOOL* Rotate
);
[C++]
HRESULT put_Rotate(
VARIANT_BOOL Rotate
);
[C++]
Parameters Rotate [out, retval] Rotate is a parameter of type VARIANT_BOOL Rotate [in] Rotate is a parameter of type VARIANT_BOOL