ESRI.ArcGIS.ADF.IMS
Image Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.IMS.Carto Namespace > Legend Class : Image Property




URI of the Legend Image.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Image As ESRI.ArcGIS.ADF.Web.CartoImage
Visual Basic (Usage)Copy Code
Dim instance As Legend
Dim value As ESRI.ArcGIS.ADF.Web.CartoImage
 
value = instance.Image
C# 
public ESRI.ArcGIS.ADF.Web.CartoImage Image {get;}

Example

For an example, see the Legend overview.

Remarks

This is the CartoImage object generated after a draw of the legend. A legend image is generated either by the Legend.Draw method, or, if the MapView property RefreshLegend is true, by a method of MapView that draws a map, such as Draw, Pan or Zoom.

Once the image is generated, use the Url property of the CartoImage to retrieve the URL of the legend image.

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.