com.esri.arcgis.catalogUI
Interface IRelationshipClassDialog

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IRelationshipClassDialogProxy, RelationshipClassDialog

public interface IRelationshipClassDialog
extends java.io.Serializable

COM Interface 'IRelationshipClassDialog'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriCatalogUI.olb'

Description: 'Provides access to members that control the Relationship Class 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 IID2a4e2f8c_daf1_11d2_9f52_00c04f6bc626
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IRelationshipClass doModalCreate(java.lang.Object pUnk, int hParent)
          Prompts the user to define a new relationship class.
 

Field Detail

IID2a4e2f8c_daf1_11d2_9f52_00c04f6bc626

static final int IID2a4e2f8c_daf1_11d2_9f52_00c04f6bc626
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

doModalCreate

IRelationshipClass doModalCreate(java.lang.Object pUnk,
                                 int hParent)
                                 throws java.io.IOException,
                                        AutomationException
Prompts the user to define a new relationship class.

Parameters:
pUnk - A reference to another Object (IUnknown) (in)
hParent - The hParent (A COM typedef) (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IRelationshipClass
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.