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




mapFunctionalityName
Name of the map functionality. If null, queries the GraphicsDataSet of the current graphics resource.
layerID
ID of the layer.
fieldTypes
Output parameter: array with the Type of each field.
Gets field names as well as type of each field.

Syntax

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

Parameters

mapFunctionalityName
Name of the map functionality. If null, queries the GraphicsDataSet of the current graphics resource.
layerID
ID of the layer.
fieldTypes
Output parameter: array with the Type of each field.

Return Value

Array of field names in the layer.

See Also

© 2010 All Rights Reserved.