This document is archived and information here might be outdated.  Recommended version.


IDataObjectTable2.SyncCanReturnChanges Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IDataObjectTable2.SyncCanReturnChanges Property

Server can track chagnes for this layer/ table. The changes are returned during replica synchronization.

[Visual Basic .NET]
Public ReadOnly Property SyncCanReturnChanges As Boolean
[C#]
public bool SyncCanReturnChanges {get;}
[C++]
HRESULT get_SyncCanReturnChanges(
  VARIANT_BOOL* canReturnChanges
);
[C++]

Parameters canReturnChanges [out, retval] canReturnChanges is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IDataObjectTable2 Interface