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


esriGeometryNetworkVertexInfo3D Structure (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Structures > E > esriGeometryNetworkVertexInfo3D Structure
ArcGIS Developer Help

esriGeometryNetworkVertexInfo3D Structure

Syntax

[Visual Basic .NET]
Public Sub New ( _
   m_V As WKSPoint,
   m_z As Double,
   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 esriGeometryNetworkVertexInfo3D {
   WKSPoint m_V,
   double m_z,
   short m_bEndOfPath,
   int m_iPath,
   double m_RatioAlong,
   double m_IncomingAzimuth,
   double m_OutgoingAzimuth,
   int m_VID
)
[C++]
typedef struct esriGeometryNetworkVertexInfo3D { } esriGeometryNetworkVertexInfo3D;

Product Availability

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