ESRI.ArcGIS.Mobile
NewFids Property
See Also  Send Feedback
ESRI.ArcGIS.Mobile.FeatureCaching Namespace > FeaturesChangedEventArgs Class : NewFids Property

The list of new feature Ids affected by the change. This list is only populated in case of features getting committed in the cache. The list is the same size as the Fid list and contains the corresponding new Fid for the committed features. If fid in both the Fid list and the new Fid list are the same it indicates that the Fid was not updated for this feature. The Fid is updated only for added features that are committed.

Syntax

Visual Basic (Declaration) 
<CompilerGeneratedAttribute()>
Public ReadOnly Property NewFids As IList(Of Integer)
C# 
[CompilerGeneratedAttribute()]
public IList<int> NewFids {get;}

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