This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IV > IVersionChangesWindow Interface > IVersionChangesWindow.Initialize Method (ArcObjects .NET 10.4 SDK) |
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 );
Initializes the dialog finding the changes between versions.