This document is archived and information here might be outdated. Recommended version. |
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
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.