com.esri.arcgis.geodatabase
Interface INetworkScriptEvaluator2

All Superinterfaces:
INetworkScriptEvaluator, Serializable
All Known Implementing Classes:
NetworkScriptEvaluator

public interface INetworkScriptEvaluator2
extends INetworkScriptEvaluator, Serializable

Provides access to members that specify the properties of a network attribute evaluator whose values are derived from VBScript expressions.

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.INetworkScriptEvaluator
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.