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


IHistoricalWorkspace.FindHistoricalVersionByName Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IH > IHistoricalWorkspace Interface > IHistoricalWorkspace.FindHistoricalVersionByName Method
ArcGIS Developer Help

IHistoricalWorkspace.FindHistoricalVersionByName Method

Open a historical version by specifying a historical marker name.

[Visual Basic .NET]
Public Function FindHistoricalVersionByName ( _
    ByVal historicalMarkerName As String _
) As IHistoricalVersion
[C#]
public IHistoricalVersion FindHistoricalVersionByName (
    string historicalMarkerName
);
[C++]
HRESULT FindHistoricalVersionByName(
  BSTR historicalMarkerName
);
[C++]
Parameters
historicalMarkerName [in]

historicalMarkerName is a parameter of type BSTR

Product Availability

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

Remarks

The FindHistoricalVersionByName method can be used to find a historical version by using an existing historical marker. The input string used to locate the historical marker is case sensitive. The "DEFAULT" historical marker is unique and is not case sensitive.

See Also

IHistoricalWorkspace Interface