Indicates if the contained feature classes in the dataset extension can participate in another dataset of the specified type.
[Visual Basic .NET] Public Function get_CanParticipateInDataset ( _ ByVal Type As esriDatasetType _ ) As Boolean
[C#] public bool get_CanParticipateInDataset ( esriDatasetType Type );
[C++]
HRESULT get_CanParticipateInDataset(
esriDatasetType Type,
VARIANT_BOOL* canParticipate
);
[C++]Parameters
Type [in]Type is a parameter of type esriDatasetType
canParticipate [out, retval] canParticipate is a parameter of type VARIANT_BOOL
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
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.