ESRI.ArcGIS.ADF.IMS | |
ValueCollection Constructor | |
See Also |
ESRI.ArcGIS.ADF.IMS.Display.Renderer Namespace > ValueCollection Class : ValueCollection Constructor |
Visual Basic (Declaration) | |
---|---|
Public Function New() |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public ValueCollection() |
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 .
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.