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