com.esri.arcgis.geodatabase
Interface IHistoricalMarker

All Superinterfaces:
Serializable
All Known Implementing Classes:
HistoricalVersionMarker, IHistoricalMarkerProxy

public interface IHistoricalMarker
extends Serializable

Description

The IHistoricalMarker interface is used to return properties of a given historical marker. The two read only properties on this interface Name and TimeStamp provide information about the marker.

Product Availability

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


Method Summary
 String getName()
          The name of the historical marker.
 Object getTimeStamp()
          The timestamp of the historical marker.
 

Method Detail

getName

String getName()
               throws IOException,
                      AutomationException
The name of the historical marker.

Remarks

Returns a string corresponding to the name of the historical marker. The maximum length of the string is 64 characters.

Product Availability

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

Returns:
The name
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTimeStamp

Object getTimeStamp()
                    throws IOException,
                           AutomationException
The timestamp of the historical marker.

Product Availability

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

Returns:
A Variant
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.