This document is archived and information here might be outdated.  Recommended version.


IFeatureDatasetExtension2.CanParticipateInDataset Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IF > IFeatureDatasetExtension2 Interface > IFeatureDatasetExtension2.CanParticipateInDataset Property
ArcGIS Developer Help

IFeatureDatasetExtension2.CanParticipateInDataset Property

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*

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.

See Also

IFeatureDatasetExtension2 Interface