ArcObjects Library Reference (Display)  

ISimpleLineDecorationElement.Rotate Property

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

Product Availability

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

Description

Rotate is whether the marker symbol will rotate with the slope of the line when drawn (true), or always draw at the same angle (false).

See Also

ISimpleLineDecorationElement Interface