ArcObjects Library Reference (Editor)  

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