com.esri.arcgis.catalogUI
Interface INetworkElevationConfiguration2

All Superinterfaces:
INetworkElevationConfiguration, java.io.Serializable
All Known Implementing Classes:
INetworkElevationConfiguration2Proxy, NetworkConfiguration

public interface INetworkElevationConfiguration2
extends INetworkElevationConfiguration, java.io.Serializable

COM Interface 'INetworkElevationConfiguration2'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriCatalogUI.olb'

Description: 'Provides access to the network elevation configuration.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID7c9594a1_e722_45ec_add2_d6035ba0c914
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.catalogUI.INetworkElevationConfiguration
IID6dc46e9d_90ec_4f58_8655_44709ba94c54
 
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
 

Field Detail

IID7c9594a1_e722_45ec_add2_d6035ba0c914

static final int IID7c9594a1_e722_45ec_add2_d6035ba0c914
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getFromEndSuffixes

IStringArray getFromEndSuffixes()
                                throws java.io.IOException,
                                       AutomationException
The elevation suffixes for the from end.

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

getToEndSuffixes

IStringArray getToEndSuffixes()
                              throws java.io.IOException,
                                     AutomationException
The elevation suffixes for the to end.

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