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




val
The Value object to add to the renderer collection.
Adds a Value to the collection.

Syntax

Visual Basic (Declaration) 
Public Sub Add( _
   ByVal val As Value _
) 
Visual Basic (Usage)Copy Code
Dim instance As ValueCollection
Dim val As Value
 
instance.Add(val)
C# 
public void Add( 
   Value val
)

Parameters

val
The Value object to add to the renderer collection.

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

Value items may be either UniqueValue or ValueRange. Do not mix these two types within a single ValueCollection.

See Also

© 2010 All Rights Reserved.