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


ISMDirItem.TurnAngle Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesFile)  

ISMDirItem.TurnAngle Property

The turn angle of the direction item.

[Visual Basic .NET]
Public ReadOnly Property TurnAngle As Double
[C#]
public double TurnAngle {get;}
[C++]
HRESULT get_TurnAngle(
  double* pdAngle
);
[C++]

Parameters pdAngle [out, retval] pdAngle is a parameter of type double

Product Availability

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

Description

Provides an angle of the directions item.

See Also

ISMDirItem Interface