Enums.LabelRemoveDuplicatesStrategy enumeration

The LabelRemoveDuplicatesStrategy can be one of:

ConstantDescription
Enums.LabelRemoveDuplicatesStrategyAutomatic(0) The default approach to duplicate labels to is keep them (Enums.LabelRemoveDuplicatesStrategyNone). This value corresponds to no value being specified for a LabelDefinition::removeDuplicatesStrategy property.
Enums.LabelRemoveDuplicatesStrategyAll(1) Remove nearby duplicate labels. The distance within which to look for duplicates is controlled by LabelDefinition::removeDuplicatesDistance.
Enums.LabelRemoveDuplicatesStrategyFeatureType(2) Remove nearby duplicate labels, if they belong to the same Feature Type. Two features are considered the same type if they are both point features, both line features or both polygon features. The distance within which to look for duplicates is controlled by LabelDefinition::removeDuplicatesDistance.
Enums.LabelRemoveDuplicatesStrategyLabelClass(3) Remove nearby duplicate labels, if they below to the same Label Class. Two labels are considered the same Label Class if they are both created from the same LabelDefinition. The distance within which to look for duplicates is controlled by LabelDefinition::removeDuplicatesDistance.
Enums.LabelRemoveDuplicatesStrategyNone(4) No duplicates should be removed. Place all labels on the map, regardless of duplicates.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close