ESRI.ArcGIS.ADF.Web.DataSources.Graphics
GetLayerInfos Method
See Also 
ESRI.ArcGIS.ADF.Web.DataSources.Graphics Namespace > MapFunctionality Class : GetLayerInfos Method




getFields
Whether to return field information about the layer.
Gets layer information along with field information for all FeatureGraphicsLayers.

Syntax

Visual Basic (Declaration) 
Protected Overridable Function GetLayerInfos( _
   ByVal getFields As Boolean _
) As LayerInfoBase()
Visual Basic (Usage)Copy Code
Dim instance As MapFunctionality
Dim getFields As Boolean
Dim value() As LayerInfoBase
 
value = instance.GetLayerInfos(getFields)
C# 
protected virtual LayerInfoBase[] GetLayerInfos( 
   bool getFields
)

Parameters

getFields
Whether to return field information about the layer.

Return Value

A LayerInfo array for all FeatureGraphicLayer layers.

See Also

© 2010 All Rights Reserved.