ESRI.ArcGIS.ADF.Web.DataSources.Graphics
GetFields(String,String) Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.DataSources.Graphics Namespace > QueryFunctionality Class > GetFields Method : GetFields(String,String) Method




mapFunctionalityName
Name of the map functionality. If null, queries the GraphicsDataSet of the current graphics resource.
layerID
ID of the layer.
Gets field names.

Syntax

Visual Basic (Declaration) 
Public Overloads Function GetFields( _
   ByVal mapFunctionalityName As String, _
   ByVal layerID As String _
) As String()
Visual Basic (Usage)Copy Code
Dim instance As QueryFunctionality
Dim mapFunctionalityName As String
Dim layerID As String
Dim value() As String
 
value = instance.GetFields(mapFunctionalityName, layerID)
C# 
public string[] GetFields( 
   string mapFunctionalityName,
   string layerID
)

Parameters

mapFunctionalityName
Name of the map functionality. If null, queries the GraphicsDataSet of the current graphics resource.
layerID
ID of the layer.

Return Value

Array of field names in the layer.

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.