ESRI.ArcGIS.ADF.Web.UI.WebControls
GetFieldsInLayer Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > MapTips Class : GetFieldsInLayer Method




mapTipsLayer
The name of the layer prefixed by layer id.
Gets the fields in a map layer .

Syntax

Visual Basic (Declaration) 
Public Function GetFieldsInLayer( _
   ByVal mapTipsLayer As String _
) As ESRI.ArcGIS.ADF.StringCollection
Visual Basic (Usage)Copy Code
Dim instance As MapTips
Dim mapTipsLayer As String
Dim value As ESRI.ArcGIS.ADF.StringCollection
 
value = instance.GetFieldsInLayer(mapTipsLayer)
C# 
public ESRI.ArcGIS.ADF.StringCollection GetFieldsInLayer( 
   string mapTipsLayer
)

Parameters

mapTipsLayer
The name of the layer prefixed by layer id.

Return Value

A string collection with the field names.

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.