com.esri.arcgis.geodatabaseui
Interface IHistoricalMarkerManager
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- HistoricalMarkerManager
public interface IHistoricalMarkerManager
- extends Serializable
Provides access to members that control the historical marker management dialog.
Product Availability
Available with ArcGIS Desktop.
Method Summary |
void |
doModal(IHistoricalWorkspace historicalWorkspace,
int hParentWnd)
Displays the dialog used to manage historical markers. |
doModal
void doModal(IHistoricalWorkspace historicalWorkspace,
int hParentWnd)
throws IOException,
AutomationException
- Displays the dialog used to manage historical markers.
Product Availability
Available with ArcGIS Desktop.
- Parameters:
historicalWorkspace
- A reference to a com.esri.arcgis.geodatabase.IHistoricalWorkspace (in)hParentWnd
- The hParentWnd (A COM typedef) (in)
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.