com.esri.arcgis.geodatabase
Interface INetworkScriptEvaluatorFunctions
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- INetworkScriptEvaluatorFunctionsProxy, NetworkScriptEvaluatorFunctions
public interface INetworkScriptEvaluatorFunctions
- extends Serializable
Provides access to scriptable members in a network script evaluator.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
getParameterValueByName
Object getParameterValueByName(String parameterName)
throws IOException,
AutomationException
- The value of the parameter.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Parameters:
parameterName
- The parameterName (in)
- Returns:
- A Variant
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.