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




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

Object Model

SwatchInfo Class

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.

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.