ESRI.ArcGIS.ADF.Web.DataSources.Graphics
GetLayerInfo Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.DataSources.Graphics Namespace > MapFunctionality Class : GetLayerInfo Method




layerID
The layerID.
getFields
Whether to return field information about the layer.
Gets layer information along with field information for a FeatureGraphicsLayer.

Syntax

Visual Basic (Declaration) 
Protected Overridable Function GetLayerInfo( _
   ByVal layerID As String, _
   ByVal getFields As Boolean _
) As ESRI.ArcGIS.ADF.Web.DataSources.LayerInfoBase
Visual Basic (Usage)Copy Code
Dim instance As MapFunctionality
Dim layerID As String
Dim getFields As Boolean
Dim value As ESRI.ArcGIS.ADF.Web.DataSources.LayerInfoBase
 
value = instance.GetLayerInfo(layerID, getFields)
C# 
protected virtual ESRI.ArcGIS.ADF.Web.DataSources.LayerInfoBase GetLayerInfo( 
   string layerID,
   bool getFields
)

Parameters

layerID
The layerID.
getFields
Whether to return field information about the layer.

Return Value

A LayerInfo for the specified FeatureGraphicsLayer layer.

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.