com.esri.arcgis.geodatabase
Interface IGPHistoricalMarker

All Superinterfaces:
Serializable
All Known Implementing Classes:
GPHistoricalMarker

public interface IGPHistoricalMarker
extends Serializable

.

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.
 void setName(String name)
          The name of the historical marker.
 void setTimeStamp(Object tstamp)
          The timestamp of the historical marker.
 

Method Detail

getName

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

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.

setName

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

Product Availability

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

Parameters:
name - The name (in)
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.

setTimeStamp

void setTimeStamp(Object tstamp)
                  throws IOException,
                         AutomationException
The timestamp of the historical marker.

Product Availability

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

Parameters:
tstamp - A Variant (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.