This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetworkFunctionEvaluator Interface > INetworkFunctionEvaluator.SecondArgument Property (ArcObjects .NET 10.4 SDK) |
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
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.