ESRI.ArcGIS.ADF.Web.DataSources.Graphics
GetLayerVisibility Method
See Also 
ESRI.ArcGIS.ADF.Web.DataSources.Graphics Namespace > MapFunctionality Class : GetLayerVisibility Method




layerID
ID of the graphics layer to check.
Finds whether the layer is currently set to visible.

Syntax

Visual Basic (Declaration) 
Public Function GetLayerVisibility( _
   ByVal layerID As String _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As MapFunctionality
Dim layerID As String
Dim value As Boolean
 
value = instance.GetLayerVisibility(layerID)
C# 
public bool GetLayerVisibility( 
   string layerID
)

Parameters

layerID
ID of the graphics layer to check.

Return Value

True if layer is set to visible, false if not visible.

See Also

© 2010 All Rights Reserved.