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


IDataChangesEx.ExtractEx Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDataChangesEx Interface > IDataChangesEx.ExtractEx Method
ArcGIS Developer Help

IDataChangesEx.ExtractEx Method

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
);
[C++]
Parameters
ClassName [in]

ClassName is a parameter of type BSTR DiffType [in]
DiffType is a parameter of type esriDifferenceType

Product Availability

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

Remarks

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.  

See Also

IDataChangesEx Interface