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


ISMDirItem.TurnAngle Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IS > ISMDirItem Interface > ISMDirItem.TurnAngle Property
ArcGIS Developer Help

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(
void
);

Product Availability

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

Description

Provides an angle of the directions item.

See Also

ISMDirItem Interface