ESRI.ArcGIS.ADF.IMS
ValueCollection Constructor
See Also 
ESRI.ArcGIS.ADF.IMS.Display.Renderer Namespace > ValueCollection Class : ValueCollection Constructor




Constructs a ValueCollection object.

Syntax

Visual Basic (Declaration) 
Public Function New()
Visual Basic (Usage)Copy Code
Dim instance As ValueCollection()
C# 
public ValueCollection()

Example

For an example of using this property with value ranges, see the ValueMapRenderer() constructor . For an example of using this property with unique values, see the UniqueValue class constructor .

Remarks

This collection defines the unique values or value ranges for rendering with a ValueMapRenderer.

Normally you do not need to create an instance of this class. An empty values collection is created upon construction of a new ValueMapRenderer.

See Also

© 2010 All Rights Reserved.