com.esri.arcgis.geometry
Interface INetworkShape3D

All Superinterfaces:
Serializable
All Known Implementing Classes:
INetworkShape3DProxy

public interface INetworkShape3D
extends Serializable

Product Availability

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


Method Summary
 void exportToNetworkShape3D(esriGeometryNetworkVertexInfo3D aVertices)
          Populates an array of VertexInfo3D structures.
 

Method Detail

exportToNetworkShape3D

void exportToNetworkShape3D(esriGeometryNetworkVertexInfo3D aVertices)
                            throws IOException,
                                   AutomationException
Populates an array of VertexInfo3D structures.

Product Availability

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

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