This document is archived and information here might be outdated.  Recommended version.


IVersionChangesWindow.Initialize Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IV > IVersionChangesWindow Interface > IVersionChangesWindow.Initialize Method
ArcGIS Developer Help

IVersionChangesWindow.Initialize Method

Initialize Version Changes Window.

[Visual Basic .NET]
Public Function Initialize ( _
    ByVal parentHwnd As Integer, _
    ByVal pMap As IMap, _
    ByVal pSourceVersion As IVersion, _
    ByVal pTargetVersion As IVersion, _
    ByVal pEnvelope As IEnvelope, _
    ByVal pTrackCancel As ITrackCancel _
) As Boolean
[C#]
public bool Initialize (
    int parentHwnd,
    IMap pMap,
    IVersion pSourceVersion,
    IVersion pTargetVersion,
    IEnvelope pEnvelope,
    ITrackCancel pTrackCancel
);

Product Availability

Available with ArcGIS Desktop.

Description

Initializes the dialog finding the changes between versions.

See Also

IVersionChangesWindow Interface