ESRI.ArcGIS.ADF.Web.DataSources.OGCWMSService
GetQueryableLayers(String,String[],String[]) Method
See Also 
ESRI.ArcGIS.ADF.Web.DataSources.OGCWMSService Namespace > QueryFunctionality Class > GetQueryableLayers Method : GetQueryableLayers(String,String[],String[]) Method




mapFunctionalityName
Name of map functionality.
layerIDs
Search results layer Ids.
layerNames
Search results layer names.
Find layers that can be queried.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub GetQueryableLayers( _
   ByVal mapFunctionalityName As String, _
   ByRef layerIDs As String, _
   ByRef layerNames As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As QueryFunctionality
Dim mapFunctionalityName As String
Dim layerIDs As String
Dim layerNames As String
 
instance.GetQueryableLayers(mapFunctionalityName, layerIDs, layerNames)
C# 
public void GetQueryableLayers( 
   string mapFunctionalityName,
   out string layerIDs,
   out string layerNames
)

Parameters

mapFunctionalityName
Name of map functionality.
layerIDs
Search results layer Ids.
layerNames
Search results layer names.

Return Value

Array of layer Ids and layer names.

See Also

© 2010 All Rights Reserved.