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


IDataChangesEx.ModifiedClasses Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IDataChangesEx.ModifiedClasses Property

The list of tables with edits.

[Visual Basic .NET]
Public ReadOnly Property ModifiedClasses As IEnumBSTR
[C#]
public IEnumBSTR ModifiedClasses {get;}
[C++]
HRESULT get_ModifiedClasses(
  IEnumBSTR** ModifiedClasses
);
[C++]

Parameters ModifiedClasses [out, retval]
ModifiedClasses is a parameter of type IEnumBSTR

Product Availability

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

Remarks

This property returns a string enumeration with a list of all classes that have been modified.

See Also

IDataChangesEx Interface

.NET Related Topics

Obtaining changes made in the current edit session