This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IV > IVersion Interface > IVersion.RefreshVersion Method (ArcObjects .NET 10.4 SDK) |
Refreshes the version with the corresponding database state.
[Visual Basic .NET]
Public Sub RefreshVersion ( _
)
[C#] public void RefreshVersion ( );
[C++]
HRESULT RefreshVersion(
void
);
The RefreshVersion method refreshes the version to correspond with the database state the version references. For example, if a second application is editing the verison and saves their changes, you need to call the RefreshVersion method to see the latest representation of the version.