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


INetworkShape3D.ExportToNetworkShape3D Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IN > INetworkShape3D Interface > INetworkShape3D.ExportToNetworkShape3D Method
ArcGIS Developer Help

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