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


INetworkFunctionEvaluator.Operator 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.Operator Property
ArcGIS Developer Help

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