|
| ESRI.ArcGIS.ADF.IMS | |
| ComparisonMethod Property | |
| See Also | |
| ESRI.ArcGIS.ADF.IMS.Display.Renderer Namespace > UniqueValue 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 using this property, see the UniqueValue
constructor .
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.