ArcGIS Pro 3.7 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 Function New( _
       ByVal targetVersion As Version _
    )
    public ReconcileOptions( 
       Version targetVersion
    )

    Parameters

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

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also