|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITableDefinitionDialog
Provides access to members that control the Table Definition Dialog.
Method Summary | |
---|---|
IFeatureClass |
doModalCreateFeatureClass(Object parent,
int hParent)
Displays the dialog to define a new feature class. |
ITable |
doModalCreateTable(IFeatureWorkspace workspace,
int hParent)
Displays the dialog to define a new table. |
Method Detail |
---|
ITable doModalCreateTable(IFeatureWorkspace workspace, int hParent) throws IOException, AutomationException
workspace
- A reference to a com.esri.arcgis.geodatabase.IFeatureWorkspace (in)hParent
- The hParent (A COM typedef) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IFeatureClass doModalCreateFeatureClass(Object parent, int hParent) throws IOException, AutomationException
parent
- A reference to another Object (IUnknown) (in)hParent
- The hParent (A COM typedef) (in)
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 |