This document is archived and information here might be outdated. Recommended version. |
An enumerator of all historical markers managed by this workspace.
[Visual Basic .NET] Public ReadOnly Property HistoricalMarkers As IEnumHistoricalMarker
[C#] public IEnumHistoricalMarker HistoricalMarkers {get;}
[C++]
HRESULT get_HistoricalMarkers(
IEnumHistoricalMarker** markerEnum
);
[C++] Parameters markerEnum [out, retval]
markerEnum is a parameter of type IEnumHistoricalMarker**
The HistoricalMarkers property returns an enumeration of the historical markers that exist on the current historical workspace. It can be used to populate an enumeration of historical markers that have been created.