com.esri.arcgis.catalogUI
Interface INetworkElevationConfiguration

All Superinterfaces:
Serializable
All Known Subinterfaces:
INetworkElevationConfiguration2
All Known Implementing Classes:
NetworkConfiguration

public interface INetworkElevationConfiguration
extends Serializable

Provides access to the network elevation configuration.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 IStringArray getBaseNames()
          The root names of the elevation fields.
 IStringArray getFromEndPrefixes()
          The elevation prefixes for the from end.
 IStringArray getToEndPrefixes()
          The elevation prefixes for the to end.
 

Method Detail

getFromEndPrefixes

IStringArray getFromEndPrefixes()
                                throws IOException,
                                       AutomationException
The elevation prefixes for the from end.

Product Availability

Available with ArcGIS Desktop.

Returns:
A reference to a com.esri.arcgis.system.IStringArray
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getToEndPrefixes

IStringArray getToEndPrefixes()
                              throws IOException,
                                     AutomationException
The elevation prefixes for the to end.

Product Availability

Available with ArcGIS Desktop.

Returns:
A reference to a com.esri.arcgis.system.IStringArray
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getBaseNames

IStringArray getBaseNames()
                          throws IOException,
                                 AutomationException
The root names of the elevation fields.

Product Availability

Available with ArcGIS Desktop.

Returns:
A reference to a com.esri.arcgis.system.IStringArray
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.