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


ISMDirItem.Azimuth 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.Azimuth Property
ArcGIS Developer Help

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

Product Availability

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

Description

Provides the azimuth of the directions item.

See Also

ISMDirItem Interface