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


IVersionChangesWindow Interface (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
ArcGIS Developer Help

IVersionChangesWindow Interface

Provides access to Version Changes Window.

Product Availability

Available with ArcGIS Desktop.

Description

This interface is new at ArcGIS 9.3.

Members

Name Description
Read-only property Class Class by index.
Read-only property ClassCount The number of classes with changes.
Read-only property CurrentChangeType Change Type of the selected row or feature.
Read-only property CurrentClass Class name of the selected row or feature.
Read-only property CurrentRow ID of the current row or feature.
Method FindClass Finds a cached table corresponding to specified version.
Read-only property IDs Enumerate the difference row IDs of the current class.
Method Initialize Initialize Version Changes Window.
Method RefreshChanges Re-Discover changes and re-populate window.
Read-only property SelectedFieldIndexes The indexes of the fields in the row that are currently selected.
Read/write property Visible Indicates if Version Changes Window is visible.

Classes that implement IVersionChangesWindow

Classes Description
VersionChangesWindow Window used to find changes between versions.