ESRI.ArcGIS.ADF.Tasks
GetCodedNames Method
See Also 
ESRI.ArcGIS.ADF.Tasks Namespace > CodedValuesUtility Class : GetCodedNames Method




tblInfo
Layer containing the field.
fldName
Field to obtain names for.
mrb
Obtains a list of names (descriptions) for each code associated with the indicated field of the indicated layer.

Syntax

Visual Basic (Declaration) 
Public Shared Function GetCodedNames( _
   ByVal tblInfo As MapTableInfo, _
   ByVal fldName As String, _
   ByVal mrb As MapResourceBase _
) As List(Of String)
Visual Basic (Usage)Copy Code
Dim tblInfo As MapTableInfo
Dim fldName As String
Dim mrb As MapResourceBase
Dim value As List(Of String)
 
value = CodedValuesUtility.GetCodedNames(tblInfo, fldName, mrb)
C# 
public static List<string> GetCodedNames( 
   MapTableInfo tblInfo,
   string fldName,
   MapResourceBase mrb
)

Parameters

tblInfo
Layer containing the field.
fldName
Field to obtain names for.
mrb

See Also

© 2010 All Rights Reserved.