Finds queryable layers of a particular feature type (point, line or polygon).
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As IQueryFunctionality
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) |
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).
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