ESRI.ArcGIS.Mobile
GetFeatureType(FeatureDataReader) Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.FeatureCaching Namespace > FeatureTypeDictionary Class > GetFeatureType Method : GetFeatureType(FeatureDataReader) Method

fdr
FeatureDataRow
GetFeatureType

Syntax

Visual Basic (Declaration) 
Public Overloads Function GetFeatureType( _
   ByVal fdr As FeatureDataReader _
) As FeatureType
C# 
public FeatureType GetFeatureType( 
   FeatureDataReader fdr
)

Parameters

fdr
FeatureDataRow

Return Value

FeatureType

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