This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetworkFunctionEvaluator Interface > INetworkFunctionEvaluator.Operator Property (ArcObjects .NET 10.4 SDK) |
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(
BSTR op
);
[C++]
Parameters op [out, retval] op is a parameter of type BSTR op [in] op is a parameter of type BSTR
The Operator must be set to one of the operators returned in GetOperators.