com.esri.arcgis.geodatabaseui
Interface IHistoricalMarkerManager

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
HistoricalMarkerManager, IHistoricalMarkerManagerProxy

public interface IHistoricalMarkerManager
extends java.io.Serializable

COM Interface 'IHistoricalMarkerManager'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriGeoDatabaseUI.olb'

Description: 'Provides access to members that control the historical marker management dialog.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDf5e4df8b_6ce9_449a_b1cf_b94acfa41646
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void doModal(IHistoricalWorkspace historicalWorkspace, int hParentWnd)
          Displays the dialog used to manage historical markers.
 

Field Detail

IIDf5e4df8b_6ce9_449a_b1cf_b94acfa41646

static final int IIDf5e4df8b_6ce9_449a_b1cf_b94acfa41646
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

doModal

void doModal(IHistoricalWorkspace historicalWorkspace,
             int hParentWnd)
             throws java.io.IOException,
                    AutomationException
Displays the dialog used to manage historical markers.

Parameters:
historicalWorkspace - A reference to a com.esri.arcgis.geodatabase.IHistoricalWorkspace (in)
hParentWnd - The hParentWnd (A COM typedef) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.