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


ISMDirItem.Azimuth Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesFile)  

ISMDirItem.Azimuth Property

The azimuth of the direction item. Returns an esriSMAzimuthType constant.

[Visual Basic .NET]
Public ReadOnly Property Azimuth As esriSMAzimuthType
[C#]
public esriSMAzimuthType Azimuth {get;}
[C++]
HRESULT get_Azimuth(
  esriSMAzimuthType* pAzimuth
);
[C++]

Parameters pAzimuth [out, retval]
pAzimuth is a parameter of type esriSMAzimuthType

Product Availability

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

Description

Provides the azimuth of the directions item.

See Also

ISMDirItem Interface