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


INetworkFunctionEvaluator.GetOperators Method (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.GetOperators Method
ArcGIS Developer Help

INetworkFunctionEvaluator.GetOperators Method

Get the list of supported binary operator names.

[Visual Basic .NET]
Public Function GetOperators ( _
    ByVal returnDataType As esriNetworkAttributeDataType _
) As IEnumBSTR
[C#]
public IEnumBSTR GetOperators (
    esriNetworkAttributeDataType returnDataType
);
[C++]
HRESULT GetOperators(
  esriNetworkAttributeDataType returnDataType
);
[C++]
Parameters
returnDataType [in]

returnDataType is a parameter of type esriNetworkAttributeDataType

Product Availability

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

Remarks

GetOperators returned the list of valid operators that can be used in a NetworkFunctionEvaluator for a given network attribute DataType.

For numeric data types, the valid operators are:

For the Boolean data type, the valid operators are

See Also

INetworkFunctionEvaluator Interface