This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IF > IFeatureDatasetExtension2 Interface > IFeatureDatasetExtension2.CanParticipateInDataset Property (ArcObjects .NET 10.4 SDK) |
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
Use the CanParticipateInDataset property to determine, for the feature classes in the current dataset extension, which other types of datasets they may participate in.