LabelDuplicateRule¶
Namespace: ThinkGeo.Core
This enumeration defines the different labeling duplicate rules.
public enum LabelDuplicateRule
Inheritance Object → ValueType → Enum → LabelDuplicateRule
Implements IComparable, IFormattable, IConvertible
Remarks:
Duplicate refers to the condition where a label's text is exactly the same as another label. An example case where this is common is a road where each intersection is its own segment. In such a case, you do not want to label each segment as it would be highly redundant.
Fields¶
Name | Value | Description |
---|---|---|
OneDuplicateLabelPerQuadrant | 0 | There may be only one label in each of the four quadrants. |
NoDuplicateLabels | 1 | There may be no duplicate labels. |
UnlimitedDuplicateLabels | 2 | There may be an unlimited number of duplicate labels. |