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
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.