ESRI.ArcGIS.Mobile.Client
GetAttributes(Feature,FeatureDataRow) Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client Namespace > Feature Class > GetAttributes Method : GetAttributes(Feature,FeatureDataRow) Method

feature
The feature the feature data row is associated with.
row
The feature data row to get feature attributes from.
Returns a collection of feature attributes from a feature data row.

Syntax

Visual Basic (Declaration) 
Protected Overloads Shared Function GetAttributes( _
   ByVal feature As Feature, _
   ByVal row As FeatureDataRow _
) As Collection(Of FeatureAttribute)
C# 
protected static Collection<FeatureAttribute> GetAttributes( 
   Feature feature,
   FeatureDataRow row
)

Parameters

feature
The feature the feature data row is associated with.
row
The feature data row to get feature attributes from.

Return Value

Collection of feature attributes from the given feature data row.

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