ESRI.ArcGIS.ADF.Web.DataSources
GetLayerInfo Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.DataSources Namespace > ISupportsLayerInfo Interface : GetLayerInfo Method




layerID
getFields
Gets layer information along with field information

Syntax

Visual Basic (Declaration) 
Function GetLayerInfo( _
   ByVal layerID As String, _
   ByVal getFields As Boolean _
) As LayerInfoBase
Visual Basic (Usage)Copy Code
Dim instance As ISupportsLayerInfo
Dim layerID As String
Dim getFields As Boolean
Dim value As LayerInfoBase
 
value = instance.GetLayerInfo(layerID, getFields)
C# 
LayerInfoBase GetLayerInfo( 
   string layerID,
   bool getFields
)

Parameters

layerID
getFields

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.