This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IH > IHistoricalWorkspace Interface > IHistoricalWorkspace.FindHistoricalVersionByName Method (ArcObjects .NET 10.4 SDK) |
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,
IHistoricalVersion** historicalVersion
);
[C++]
Parameters historicalMarkerName [in] historicalMarkerName is a parameter of type BSTR historicalVersion [out, retval]
historicalVersion is a parameter of type IHistoricalVersion
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.