ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data Namespace / DifferenceCursor Class
Members

In This Topic
    DifferenceCursor Class
    In This Topic
    Represents a difference cursor to retrieve rows that are different between two versions (either transactional or historical) based on the specified DifferenceType
    Object Model
    DifferenceCursor ClassRow Class
    Syntax
    public sealed class DifferenceCursor : ArcGIS.Core.CoreObjectsBase, System.IDisposable  
    Public NotInheritable Class DifferenceCursor 
       Inherits ArcGIS.Core.CoreObjectsBase
       Implements System.IDisposable 
    Inheritance Hierarchy

    System.Object
       ArcGIS.Core.CoreObjectsBase
          ArcGIS.Core.Data.DifferenceCursor

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also