com.esri.arcgis.catalogUI
Interface IFeatureDatasetDialog

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
FeatureDatasetDefDialog, FeatureDatasetDialog, IFeatureDatasetDialogProxy

public interface IFeatureDatasetDialog
extends java.io.Serializable

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

Description: 'Provides access to members that control the dialog that creates a new feature dataset.' 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 IID6edc31dd_e3ad_11d2_99c1_0000f80372b4
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IFeatureDataset doModalCreate(IFeatureWorkspace pFeatWS, int parentWindow)
          Prompts the user to define a new feature dataset.
 

Field Detail

IID6edc31dd_e3ad_11d2_99c1_0000f80372b4

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

IFeatureDataset doModalCreate(IFeatureWorkspace pFeatWS,
                              int parentWindow)
                              throws java.io.IOException,
                                     AutomationException
Prompts the user to define a new feature dataset.

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