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