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


esriGeometryNetworkVertexInfo Structure (ArcObjects .NET 10.4 SDK)
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.