ESRI.ArcGIS.Mobile
GetStoredEditState Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.MobileServices Namespace > FeatureLayer Class : GetStoredEditState Method

fid
Returns the stored edit state of this feature.

Syntax

Visual Basic (Declaration) 
Public Function GetStoredEditState( _
   ByVal fid As Integer _
) As EditState
C# 
public EditState GetStoredEditState( 
   int fid
)

Parameters

fid

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