ESRI.ArcGIS.ADF.Web.DataSources
GetLayerInfos Method
See Also 
ESRI.ArcGIS.ADF.Web.DataSources Namespace > ISupportsLayerInfo Interface : GetLayerInfos Method




getFields
Gets layer information along with field information

Syntax

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

Parameters

getFields

See Also

© 2010 All Rights Reserved.