com.esri.arcgis.catalogUI
Interface INetworkAttributeConfiguration3

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

public interface INetworkAttributeConfiguration3
extends INetworkAttributeConfiguration2, 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
 String getDefaultSupportedScriptParserLanguage(int arcgisVersion)
          The default script parser language supported at arcgisVersion.
 
Methods inherited from interface com.esri.arcgis.catalogUI.INetworkAttributeConfiguration2
getAgainstSuffixes, getAlongSuffixes, getHierachyRangeMaxValuesByName, getTimeZoneTemplateAttributeNames
 
Methods inherited from interface com.esri.arcgis.catalogUI.INetworkAttributeConfiguration
findMatchingTemplateAttribute, findTemplateAttributeByName, getAgainstPrefixes, getAlongPrefixes, getTemplateAttribute, getTemplateAttributeCount, queryEvaluator
 

Method Detail

getDefaultSupportedScriptParserLanguage

String getDefaultSupportedScriptParserLanguage(int arcgisVersion)
                                               throws IOException,
                                                      AutomationException
The default script parser language supported at arcgisVersion.

Product Availability

Available with ArcGIS Desktop.

Parameters:
arcgisVersion - A com.esri.arcgis.system.esriArcGISVersion constant (in)
Returns:
The language
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.