ESRI.ArcGIS.ADF.Web.UI.WebControls
GetFieldsInLayer Method
See Also 
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 StringCollection
Visual Basic (Usage)Copy Code
Dim instance As MapTips
Dim mapTipsLayer As String
Dim value As StringCollection
 
value = instance.GetFieldsInLayer(mapTipsLayer)
C# 
public StringCollection GetFieldsInLayer( 
   string mapTipsLayer
)

Parameters

mapTipsLayer
The name of the layer prefixed by layer id.

Return Value

A string collection with the field names.

See Also

© 2010 All Rights Reserved.