This document is archived and information here might be outdated. Recommended version. |
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,
Boolean* canParticipate
);
[C++] Parameters Type [in]
Type is a parameter of type esriDatasetType canParticipate [out, retval]
canParticipate is a parameter of type 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.