This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetworkFunctionEvaluator Interface > INetworkFunctionEvaluator.GetOperators Method (ArcObjects .NET 10.4 SDK) |
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,
IEnumBSTR** opNames
);
[C++]
Parameters returnDataType [in]
returnDataType is a parameter of type esriNetworkAttributeDataType opNames [out, retval]
opNames is a parameter of type IEnumBSTR
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