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


IVersion.RefreshVersion Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IV > IVersion Interface > IVersion.RefreshVersion Method
ArcGIS Developer Help

IVersion.RefreshVersion Method

Refreshes the version with the corresponding database state.

[Visual Basic .NET]
Public Sub RefreshVersion ( _
)
[C#]
public void RefreshVersion (
);
[C++]
HRESULT RefreshVersion(
void
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

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.

See Also

IVersion Interface