|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IHistoricalMarker
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.
Method Summary | |
---|---|
String |
getName()
The name of the historical marker. |
Object |
getTimeStamp()
The timestamp of the historical marker. |
Method Detail |
---|
String getName() throws IOException, AutomationException
Returns a string corresponding to the name of the historical marker. The maximum length of the string is 64 characters.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Object getTimeStamp() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |