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


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

INetworkShape.ExportToNetworkShape Method

Populates an array of VertexInfo structures.

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

aVertices is a parameter of type esriGeometryNetworkVertexInfo*

Product Availability

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

See Also

INetworkShape Interface