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


IHistoricalWorkspace.HistoricalMarkers Property (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.HistoricalMarkers Property
ArcGIS Developer Help

IHistoricalWorkspace.HistoricalMarkers Property

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**

Product Availability

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

Remarks

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.

See Also

IHistoricalWorkspace Interface