LabelOrganizingSettings.RemoveDuplicates Property
Gets or sets a value that determines whether a label that is a duplicate of another label should be removed.
Syntax
public AttributeVariable< System.Boolean > RemoveDuplicates { get; set; }
Property Value
Default: true
True to remove duplicates; otherwise, False.
Remarks
This mode removes duplicates of already placed labels within the distance specified by the LabelOrganizingLayer.MinimumDuplicateDistance property.
Identifying and removing duplicates can impact performance. How much depends on the number of labels and the complexity of the presentation.
It is also possible to remove duplicates that are not textual, like graphical symbols or single characters from a symbol font, but in this case you must use the DuplicateAttribute property to specify which attribute associated with a feature is used to decide whether two presentations are duplicates of each other or not.
For example, if you use an attribute to look up a raster symbol in a SymbolVisualizer then you can identify duplicates if you set DuplicateAttribute to the name of the attribute that is used to look up the symbol.
See also Removing duplicates.
Platforms
Windows, Linux, Android