com.esri.arcgis.catalogUI
Interface IRelationshipClassDialog
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- RelationshipClassDialog
public interface IRelationshipClassDialog
- extends Serializable
Provides access to members that control the Relationship Class Dialog.
Product Availability
Available with ArcGIS Desktop.
doModalCreate
IRelationshipClass doModalCreate(Object pUnk,
int hParent)
throws IOException,
AutomationException
- Prompts the user to define a new relationship class.
Product Availability
Available with ArcGIS Desktop.
Supported Platforms
Windows
- 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:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.