ArcObjects Library Reference (GeoDatabase)  

INetworkScriptEvaluatorFunctions.ParameterValueByName Property

The value of the parameter.

[Visual Basic .NET]
Public Function get_ParameterValueByName ( _
    ByVal parameterName As String _
) As Object
[C#]
public object get_ParameterValueByName (
    string parameterName
);
[C++]
HRESULT get_ParameterValueByName(
  BSTR parameterName,
  VARIANT* parameterValue
);
[C++]

Parameters

parameterName [in]   parameterName is a parameter of type BSTR parameterValue [out, retval]   parameterValue is a parameter of type VARIANT

Product Availability

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

See Also

INetworkScriptEvaluatorFunctions Interface