ESRI.ArcGIS.Mobile.Client
DataColumnFeatureAttribute Constructor
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client Namespace > DataColumnFeatureAttribute Class : DataColumnFeatureAttribute Constructor

feature
The feature the attribute is associated with.
row
The the feature data row the feature attribute comes from.
index
The column index of the feature data row the feature attribute corresponds to.
Initializes a new instance of the FeatureAttribute class.

Syntax

Visual Basic (Declaration) 
Protected Function New( _
   ByVal feature As Feature, _
   ByVal row As FeatureDataRow, _
   ByVal index As Integer _
)
C# 
protected DataColumnFeatureAttribute( 
   Feature feature,
   FeatureDataRow row,
   int index
)

Parameters

feature
The feature the attribute is associated with.
row
The the feature data row the feature attribute comes from.
index
The column index of the feature data row the feature attribute corresponds to.

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