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


INetworkFunctionEvaluator.SecondArgument Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetworkFunctionEvaluator Interface > INetworkFunctionEvaluator.SecondArgument Property
ArcGIS Developer Help

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 [in]

arg2 is a parameter of type VARIANT arg2 [out, retval]
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