ESRI.ArcGIS.ADF.Web
VisibleLayers Property
See Also 
ESRI.ArcGIS.ADF.Web Namespace > MapImage Class : VisibleLayers Property




The layers visible in the image.

Syntax

Visual Basic (Declaration) 
Public Property VisibleLayers As Integer()
Visual Basic (Usage)Copy Code
Dim instance As MapImage
Dim value() As Integer
 
instance.VisibleLayers = value
 
value = instance.VisibleLayers
C# 
public int[] VisibleLayers {get; set;}

Remarks

These values correspond to the indexes of the layers in the map resource that was used to draw the map image.

See Also

© 2010 All Rights Reserved.