ESRI.ArcGIS.Mobile.Client
GetUpdatableAttributes Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client Namespace > Feature Class : GetUpdatableAttributes Method

Returns a collection of feature attributes that are Updatable.

Syntax

Visual Basic (Declaration) 
Public Overridable Function GetUpdatableAttributes() As Collection(Of FeatureAttribute)
C# 
public virtual Collection<FeatureAttribute> GetUpdatableAttributes()

Return Value

Collection of feature attributes that are updatable.

Exceptions

ExceptionDescription
InvalidOperationExceptionFeature is not being edited.

Remarks

Can only be called while the feature is being edited (i.e., IsEditing is true).

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