ESRI.ArcGIS.ADF.Web
SwatchCollection Class
Members  See Also 
ESRI.ArcGIS.ADF.Web.Display.Swatch Namespace : SwatchCollection Class




An object that represents a type-safe collection of Swatches.

Object Model

Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public Class SwatchCollection 
   Inherits List(Of Swatch)
Visual Basic (Usage)Copy Code
Dim instance As SwatchCollection
C# 
[SerializableAttribute()]
public class SwatchCollection : List<Swatch> 

Inheritance Hierarchy

System.Object
   System.Collections.Generic.List<Swatch>
      ESRI.ArcGIS.ADF.Web.Display.Swatch.SwatchCollection

See Also

© 2010 All Rights Reserved.