ESRI.ArcGIS.ADF.Web.DataSources
GetQueryableLayers(String,String[],String[],FeatureType) Method
See Also 
ESRI.ArcGIS.ADF.Web.DataSources Namespace > IQueryFunctionality Interface > GetQueryableLayers Method : GetQueryableLayers(String,String[],String[],FeatureType) Method




mapFunctionalityName
Name of the map functionality. May be null for some resource types.
layerIDs
Output parameter: array with IDs of queryable layers.
layerNames
Output parameter: array with names of queryable layers.
featureType
FeatureType of layers to return (point, line, or polygon).
Finds queryable layers of a particular feature type (point, line or polygon).

Syntax

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

Parameters

mapFunctionalityName
Name of the map functionality. May be null for some resource types.
layerIDs
Output parameter: array with IDs of queryable layers.
layerNames
Output parameter: array with names of queryable layers.
featureType
FeatureType of layers to return (point, line, or polygon).

See Also

© 2010 All Rights Reserved.