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


IPictureLineSymbol.Rotate Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IP > IPictureLineSymbol Interface > IPictureLineSymbol.Rotate Property
ArcGIS Developer Help

IPictureLineSymbol.Rotate Property

Indicates if the picture is rotated to follow the line.

[Visual Basic .NET]
Public Property Rotate As Boolean
[C#]
public bool Rotate {get; set;}
[C++]
HRESULT get_Rotate(
  Boolean* Rotate
);
[C++]
HRESULT put_Rotate(
  VARIANT_BOOL Rotate
);
[C++]
Parameters
Rotate [out, retval]

Rotate is a parameter of type bool* Rotate [in]
Rotate is a parameter of type bool

Product Availability

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

Description

Boolean indicator to rotate the picture to follow the orientation of the line geometry.

See Also

IPictureLineSymbol Interface