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




mapFunctionalityName
Name of map functionality.
layerIDs
Search results layer Ids.
layerNames
Search results layer names.
featureTypes
Type of feature to search.
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(), _
   ByVal featureTypes As ESRI.ArcGIS.ADF.Web.FeatureType _
) 
Visual Basic (Usage)Copy Code
Dim instance As QueryFunctionality
Dim mapFunctionalityName As String
Dim layerIDs As String()
Dim layerNames As String()
Dim featureTypes As ESRI.ArcGIS.ADF.Web.FeatureType
 
instance.GetQueryableLayers(mapFunctionalityName, layerIDs, layerNames, featureTypes)
C# 
public void GetQueryableLayers( 
   string mapFunctionalityName,
   out string[] layerIDs,
   out string[] layerNames,
   ESRI.ArcGIS.ADF.Web.FeatureType featureTypes
)

Parameters

mapFunctionalityName
Name of map functionality.
layerIDs
Search results layer Ids.
layerNames
Search results layer names.
featureTypes
Type of feature to search.

Return Value

Array of layer Ids and layer names.

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.