IFeatureDatasetExtension2 Interface

Provides access to standard functionality found in all feature dataset extensions.

Members

Name Description
Read-only property CanParticipateInDataset Indicates if the contained feature classes in the dataset extension can participate in another dataset of the specified type.
Read-only property FeatureDataset Provides access to the feature dataset containing the extension.
Method 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

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.