Provides access to standard functionality found in all feature dataset extensions.
Members
| Name | Description | |
|---|---|---|
![]() |
CanParticipateInDataset | Indicates if the contained feature classes in the dataset extension can participate in another dataset of the specified type. |
![]() |
FeatureDataset | Provides access to the feature dataset containing the extension. |
![]() |
Init | Initialize the feature dataset extension. |
IFeatureDatasetExtension2.CanParticipateInDataset Property
Indicates if the contained feature classes in the dataset extension can participate in another dataset of the specified type.
Public Function get_CanParticipateInDataset ( _
    ByVal Type As esriDatasetType _
) As Boolean
public bool get_CanParticipateInDataset (
    esriDatasetType Type
);
Remarks
Use the CanParticipateInDataset property to determine, for the feature classes in the current dataset extension, which other types of datasets they may participate in.
Inherited Interfaces
| Interfaces | Description |
|---|---|
| IFeatureDatasetExtension | Provides access to standard functionality found in all feature dataset extensions. |
Classes that implement IFeatureDatasetExtension2
| Classes | Description |
|---|

