com.esri.arcgis.geodatabase
Interface IFeatureDatasetExtension2

All Superinterfaces:
IFeatureDatasetExtension, java.io.Serializable
All Known Implementing Classes:
IFeatureDatasetExtension2Proxy

public interface IFeatureDatasetExtension2
extends IFeatureDatasetExtension, java.io.Serializable

COM Interface 'IFeatureDatasetExtension2'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to standard functionality found in all feature dataset extensions.' 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 IIDf0a333bf_b864_4b71_8ff5_086da66851d9
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.IFeatureDatasetExtension
IIDf0a333bf_b864_4b71_8ff5_086da66851d8
 
Method Summary
 boolean isCanParticipateInDataset(int type)
          Indicates if the contained feature classes in the dataset extension can participate in another dataset of the specified type.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IFeatureDatasetExtension
getFeatureDataset, init
 

Field Detail

IIDf0a333bf_b864_4b71_8ff5_086da66851d9

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

isCanParticipateInDataset

boolean isCanParticipateInDataset(int type)
                                  throws java.io.IOException,
                                         AutomationException
Indicates if the contained feature classes in the dataset extension can participate in another dataset of the specified type.

Parameters:
type - A com.esri.arcgis.geodatabase.esriDatasetType constant (in)
Returns:
The canParticipate
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.