com.esri.arcgis.geometry
Interface INetworkShape

All Superinterfaces:
Serializable
All Known Implementing Classes:
INetworkShapeProxy

public interface INetworkShape
extends Serializable

Product Availability

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


Method Summary
 void exportToNetworkShape(esriGeometryNetworkVertexInfo aVertices)
          Populates an array of VertexInfo structures.
 

Method Detail

exportToNetworkShape

void exportToNetworkShape(esriGeometryNetworkVertexInfo aVertices)
                          throws IOException,
                                 AutomationException
Populates an array of VertexInfo structures.

Product Availability

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

Parameters:
aVertices - A Structure: com.esri.arcgis.geometry.esriGeometryNetworkVertexInfo (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.