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

feature
The feature to be edited
Constructs an EditAttributesDialog

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal feature As Feature _
)
C# 
public EditAttributesDialog( 
   Feature feature
)

Parameters

feature
The feature to be edited

Remarks

If the Feature is in an edit state, the Feature will not be saved in the layer. If the Feature is not in an edit state, StartEditing and StopEditing will be called. The Feature will also be saved in the layer in this case, if the user accepts his changes.

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