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




An object that stores information for generating swatches for a legend or table of contents.

Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public Class SwatchInfo 
Visual Basic (Usage)Copy Code
Dim instance As SwatchInfo
C# 
[SerializableAttribute()]
public class SwatchInfo 

Remarks

When swatches are generated, they may be saved as MIME (byte) data to server memory, or may be written to a file on disk. If UseMimeData is true, the image is saved as MIME data. In this case the Session may be specified for storing the image. If UseMimeData is false, the image is written to a file, and PhysicalDirectory must be specified for the location. The VirtualDirectory should point to this same location as a URL, available to Web clients.

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.ADF.Web.Display.Swatch.SwatchInfo

See Also

© 2010 All Rights Reserved.