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


ITinEdge.AzimuthDegrees Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinEdge Interface > ITinEdge.AzimuthDegrees Property
ArcGIS Developer Help

ITinEdge.AzimuthDegrees Property

The azimuthal direction of the specified edge beginning at the FromNode in degrees.

[Visual Basic .NET]
Public ReadOnly Property AzimuthDegrees As Double
[C#]
public double AzimuthDegrees {get;}
[C++]
HRESULT get_AzimuthDegrees(
  System.Double* pAzimuth
);
[C++]
Parameters
pAzimuth [out, retval]

pAzimuth is a parameter of type double*

Product Availability

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

Description

The azimuth represents the compass direction of the edge starting at the from node and heading toward the to node.

The returned value is in degrees.

See Also

ITinEdge Interface