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


INetworkShape3D.ExportToNetworkShape3D Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geometry)  

INetworkShape3D.ExportToNetworkShape3D Method

Populates an array of VertexInfo3D structures.

[Visual Basic .NET]
Public Sub ExportToNetworkShape3D ( _
    ByRef aVertices As esriGeometryNetworkVertexInfo3D _
)
[C#]
public void ExportToNetworkShape3D (
    ref esriGeometryNetworkVertexInfo3D aVertices
);
[C++]
HRESULT ExportToNetworkShape3D(
  esriGeometryNetworkVertexInfo3D* aVertices
);
[C++]

Parameters aVertices
aVertices is a parameter of type esriGeometryNetworkVertexInfo3D

Product Availability

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

See Also

INetworkShape3D Interface