This document is archived and information here might be outdated.  Recommended version.


INetworkScriptEvaluatorFunctions.ParameterValueByName Property (ArcObjects .NET 10.4 SDK)
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