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


INetworkFunctionEvaluator.Operator Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GeoDatabase)  

INetworkFunctionEvaluator.Operator Property

The operator used in the function.

[Visual Basic .NET]
Public Property Operator As String
[C#]
public string Operator {get; set;}
[C++]
HRESULT get_Operator(
  BSTR op
);
[C++]
HRESULT put_Operator(
  System.String* op
);
[C++]

Parameters op [in]
op is a parameter of type BSTR op [out, retval]
op is a parameter of type BSTR*

Product Availability

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

Remarks

The Operator must be set to one of the operators returned in GetOperators.

See Also

INetworkFunctionEvaluator Interface