ESRI.ArcGIS.ADF.ArcGISServer
VisibleLayerIDs Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > MapImage Class : VisibleLayerIDs Property




Array of the visible layers drawn for the generated map scale.

Syntax

Visual Basic (Declaration) 
<XmlArrayItemAttribute(ElementName="Int", Form=XmlSchemaForm.Unqualified)>
<XmlArrayAttribute(XmlSchemaForm.Unqualified)>
Public Property VisibleLayerIDs As Integer()
Visual Basic (Usage)Copy Code
Dim instance As MapImage
Dim value() As Integer
 
instance.VisibleLayerIDs = value
 
value = instance.VisibleLayerIDs
C# 
[XmlArrayItemAttribute(ElementName="Int", Form=XmlSchemaForm.Unqualified)]
[XmlArrayAttribute(XmlSchemaForm.Unqualified)]
public int[] VisibleLayerIDs {get; set;}

See Also

© 2010 All Rights Reserved.