![]() ![]() |
ESRI.ArcGIS.ADF.Web.DataSources.Graphics | |
GetQueryableLayers(String,String[],String[],FeatureType) Method | |
See Also Send Feedback |
ESRI.ArcGIS.ADF.Web.DataSources.Graphics Namespace > QueryFunctionality Class > GetQueryableLayers Method : GetQueryableLayers(String,String[],String[],FeatureType) Method |
- mapFunctionalityName
- Name of the map functionality. If null, queries the GraphicsDataSet of the current graphics resource.
- 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).
Visual Basic (Declaration) | |
---|---|
Public Overloads Sub GetQueryableLayers( _ ByVal mapFunctionalityName As String, _ ByRef layerIDs As String(), _ ByRef layerNames As String(), _ ByVal featureType As ESRI.ArcGIS.ADF.Web.FeatureType _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As QueryFunctionality Dim mapFunctionalityName As String Dim layerIDs As String() Dim layerNames As String() Dim featureType As ESRI.ArcGIS.ADF.Web.FeatureType instance.GetQueryableLayers(mapFunctionalityName, layerIDs, layerNames, featureType) |
C# | |
---|---|
public void GetQueryableLayers( string mapFunctionalityName, out string[] layerIDs, out string[] layerNames, ESRI.ArcGIS.ADF.Web.FeatureType featureType ) |
Parameters
- mapFunctionalityName
- Name of the map functionality. If null, queries the GraphicsDataSet of the current graphics resource.
- 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).
The layers will include only layers of type FeatureGraphicsLayer, since ElementGraphicsLayer is not limited to a particular feature type.
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