ArcObjects Library Reference (GeoDatabase)  

INetworkFunctionEvaluator.SecondArgument Property

The parameter name or constant value representing the second argument of the function.

[Visual Basic .NET]
Public Property SecondArgument As Object
[C#]
public object SecondArgument {get; set;}
[C++]
HRESULT get_SecondArgument(
  VARIANT* arg2
);
[C++]
HRESULT put_SecondArgument(
  VARIANT arg2
);
[C++]

Parameters

arg2 [out, retval]   arg2 is a parameter of type VARIANT arg2 [in]   arg2 is a parameter of type VARIANT

Product Availability

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

Remarks

The SecondArgument must be the name of a NetworkAttributeParameter or a constant value.

If the SecondArgument is a constant value, it should be of the same DataType for the network attribute to which this evaluator is assigned.

See Also

INetworkFunctionEvaluator Interface