This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDataChangesEx Interface > IDataChangesEx.ExtractEx Method (ArcObjects .NET 10.5 SDK) |
Get changed rows for a specific class.
[Visual Basic .NET] Public Function ExtractEx ( _ ByVal ClassName As String, _ ByVal DiffType As esriDifferenceType _ ) As IDifferenceCursorEx
[C#] public IDifferenceCursorEx ExtractEx ( string ClassName, esriDifferenceType DiffType );
[C++]
HRESULT ExtractEx(
BSTR ClassName,
esriDifferenceType DiffType,
IDifferenceCursorEx** diffCursor
);
[C++]
Parameters ClassName [in] ClassName is a parameter of type BSTR DiffType [in]
DiffType is a parameter of type esriDifferenceType diffCursor [out, retval]
diffCursor is a parameter of type IDifferenceCursorEx
The ExtractEx method can be used to populate a cursor that can then be leveraged to work through all the differences corresponding to a specific esriDifferenceType at the class level.