ESRI.ArcGIS.ADF.Web.DataSources.Graphics
GetLayerInfo Method
See Also 
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 LayerInfoBase
Visual Basic (Usage)Copy Code
Dim instance As MapFunctionality
Dim layerID As String
Dim getFields As Boolean
Dim value As LayerInfoBase
 
value = instance.GetLayerInfo(layerID, getFields)
C# 
protected virtual 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.

See Also

© 2010 All Rights Reserved.