com.esri.arcgis.catalogUI
Interface INetworkElevationConfiguration2

All Superinterfaces:
INetworkElevationConfiguration, Serializable
All Known Implementing Classes:
NetworkConfiguration

public interface INetworkElevationConfiguration2
extends INetworkElevationConfiguration, Serializable

Provides access to the network elevation configuration.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 IStringArray getFromEndSuffixes()
          The elevation suffixes for the from end.
 IStringArray getToEndSuffixes()
          The elevation suffixes for the to end.
 
Methods inherited from interface com.esri.arcgis.catalogUI.INetworkElevationConfiguration
getBaseNames, getFromEndPrefixes, getToEndPrefixes
 

Method Detail

getFromEndSuffixes

IStringArray getFromEndSuffixes()
                                throws IOException,
                                       AutomationException
The elevation suffixes 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.

getToEndSuffixes

IStringArray getToEndSuffixes()
                              throws IOException,
                                     AutomationException
The elevation suffixes 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.