com.esri.arcgis.catalogUI
Interface INetworkAttributeConfiguration2

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

public interface INetworkAttributeConfiguration2
extends INetworkAttributeConfiguration, Serializable

Provides access to the network attribute configuration.

Product Availability

Available with ArcGIS Desktop.


Field Summary
 
Fields inherited from interface com.esri.arcgis.catalogUI.INetworkAttributeConfiguration
IID, IID2b089c6b_7a8e_4410_9594_1ef8771cca68, xxDummy
 
Method Summary
 IStringArray getAgainstSuffixes()
          The directional suffixes against the digitized direction.
 IStringArray getAlongSuffixes()
          The directional suffixes along the digitized direction.
 ILongArray getHierachyRangeMaxValuesByName(String attributeName)
          The default hierarchy range max values for the specified attribute name.
 IStringArray getTimeZoneTemplateAttributeNames()
          The preferred candidate time zone attribute names.
 
Methods inherited from interface com.esri.arcgis.catalogUI.INetworkAttributeConfiguration
findMatchingTemplateAttribute, findTemplateAttributeByName, getAgainstPrefixes, getAlongPrefixes, getTemplateAttribute, getTemplateAttributeCount, queryEvaluator
 

Method Detail

getAlongSuffixes

IStringArray getAlongSuffixes()
                              throws IOException,
                                     AutomationException
The directional suffixes along the digitized direction.

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.

getAgainstSuffixes

IStringArray getAgainstSuffixes()
                                throws IOException,
                                       AutomationException
The directional suffixes against the digitized direction.

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.

getTimeZoneTemplateAttributeNames

IStringArray getTimeZoneTemplateAttributeNames()
                                               throws IOException,
                                                      AutomationException
The preferred candidate time zone attribute names.

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.

getHierachyRangeMaxValuesByName

ILongArray getHierachyRangeMaxValuesByName(String attributeName)
                                           throws IOException,
                                                  AutomationException
The default hierarchy range max values for the specified attribute name.

Product Availability

Available with ArcGIS Desktop.

Parameters:
attributeName - The attributeName (in)
Returns:
A reference to a com.esri.arcgis.system.ILongArray
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.