ESRI.ArcGIS.ADF.IMS
ValueCollection Constructor
See Also  Send Feedback
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 New 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.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.