ArcObjects Library Reference (GeoDatabase)  

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