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


esriFindFieldOperator Constants (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Catalog > ESRI.ArcGIS.Catalog > Constants > E > esriFindFieldOperator Constants
ArcGIS Developer Help

esriFindFieldOperator Constants

Operators for testing the contents of a metadata element.

Constant Value Description
esriFindFieldOperatorIncludes 0 Element includes the given text.
esriFindFieldOperatorEquals 1 Element equals the given text.
esriFindFieldOperatorExists 2 Element exists in the metadata document.
esriFindFieldOperatorEqualTo 3 Element is equal to the given value.
esriFindFieldOperatorGreaterThan 4 Element is greater than the given value.
esriFindFieldOperatorGreaterThanOrEqualTo 5 Element is greater than or equal to the given value.
esriFindFieldOperatorLessThan 6 Element is less than the given value.
esriFindFieldOperatorLessThanOrEqualTo 7 Element is less than or equal to the given value.
esriFindFieldOperatorNotEqualTo 8 Element is not equal to the given value.

Product Availability

Available with ArcGIS Desktop.