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

feature
The feature that the feature data row is associated with.
row
The feature data row to get the feature attributes from.
Returns a collection of feature attributes that can be viewed (i.e., IsViewable = true).

Syntax

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

Parameters

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

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