ESRI.ArcGIS.Mobile.Client
GetTextValue Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client.Pages Namespace > ViewAttributesPage Class : GetTextValue Method

fdr
ordinal
Method that is called for getting the text displayed for the value of an attribute.

Syntax

Visual Basic (Declaration) 
Protected Overridable Function GetTextValue( _
   ByVal fdr As FeatureDataReader, _
   ByVal ordinal As Integer _
) As String
C# 
protected virtual string GetTextValue( 
   FeatureDataReader fdr,
   int ordinal
)

Parameters

fdr
ordinal

Requirements

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