com.esri.arcgis.geodatabase
Interface INetworkFieldEvaluator2

All Superinterfaces:
INetworkFieldEvaluator, Serializable
All Known Implementing Classes:
NetworkFieldEvaluator

public interface INetworkFieldEvaluator2
extends INetworkFieldEvaluator, Serializable

Provides access to members that specify the properties of a network attribute evaluator whose values are derived from object field attributes.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 void getLanguage(String[] language)
          Gets the script language
 void setLanguage(String language)
          Sets the script language
 
Methods inherited from interface com.esri.arcgis.geodatabase.INetworkFieldEvaluator
getExpression, setExpression
 

Method Detail

setLanguage

void setLanguage(String language)
                 throws IOException,
                        AutomationException
Sets the script language

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
language - The language (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLanguage

void getLanguage(String[] language)
                 throws IOException,
                        AutomationException
Gets the script language

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
language - The language (in/out: use single element array)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.