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
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.