ArcObjects Library Reference (Geometry)  

esriGeometryNetworkVertexInfo Structure

Syntax

[Visual Basic .NET]
Public Sub New ( _
   m_V As WKSPoint,
   m_bEndOfPath As Short,
   m_iPath As Integer,
   m_RatioAlong As Double,
   m_IncomingAzimuth As Double,
   m_OutgoingAzimuth As Double,
   m_VID As Integer
)
[C#]
public esriGeometryNetworkVertexInfo {
   WKSPoint m_V,
   short m_bEndOfPath,
   int m_iPath,
   double m_RatioAlong,
   double m_IncomingAzimuth,
   double m_OutgoingAzimuth,
   int m_VID
)
[C++]

typedef struct esriGeometryNetworkVertexInfo {

   _WKSPoint m_V;

   VARIANT_BOOL m_bEndOfPath;

   long m_iPath;

   double m_RatioAlong;

   double m_IncomingAzimuth;

   double m_OutgoingAzimuth;

   long m_VID; } esriGeometryNetworkVertexInfo;

Product Availability

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