ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.Data Namespace / ReconcileOptions Class / ReconcileOptions Constructor / ReconcileOptions Constructor(Version)
The target version to be reconciled against.

In This Topic
    ReconcileOptions Constructor(Version)
    In This Topic
    Initializes a new instance of the ReconcileOptions class for a Version to reconcile with the targetVersion.
    Syntax
    public ReconcileOptions( 
       Version targetVersion
    )
    Public Function New( _
       ByVal targetVersion As Version _
    )

    Parameters

    targetVersion
    The target version to be reconciled against.
    Exceptions
    ExceptionDescription
    targetVersion is null.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also