ESRI.ArcGIS.ADF.IMS | |
ComparisonMethod Property | |
See Also |
ESRI.ArcGIS.ADF.IMS.Display.Renderer Namespace > UniqueLabelValue Class : ComparisonMethod Property |
Visual Basic (Declaration) | |
---|---|
Public Property ComparisonMethod As ComparisonMethod |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public ComparisonMethod ComparisonMethod {get; set;} |
For an example of this property, see the
UniqueLabelValue overview .
Enables the Value for to either match exactly or simply be contained within the value of the feature. String comparisons are case-sensitive. Leading and trailing spaces will be trimmed before comparison.
Default is IsExact.