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


IHistoricalWorkspace.HistoricalMarkers Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

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

.NET Related Topics

Geodatabase