ESRI.ArcGIS.ADF.IMS
ComparisonMethod Property
See Also 
ESRI.ArcGIS.ADF.IMS.Display.Renderer Namespace > UniqueLabelValue Class : ComparisonMethod Property




Gets or sets the ComparisonMethod.

Syntax

Visual Basic (Declaration) 
Public Property ComparisonMethod As ComparisonMethod
Visual Basic (Usage)Copy Code
Dim instance As UniqueLabelValue
Dim value As ComparisonMethod
 
instance.ComparisonMethod = value
 
value = instance.ComparisonMethod
C# 
public ComparisonMethod ComparisonMethod {get; set;}

Example

For an example of this property, see the UniqueLabelValue overview .

Remarks

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.

See Also

© 2010 All Rights Reserved.