This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRelationshipClass Interface > IRelationshipClass.FeatureDataset Property (ArcObjects .NET 10.4 SDK) |
The feature dataset, if any, to which this relationship class belongs.
[Visual Basic .NET] Public ReadOnly Property FeatureDataset As IFeatureDataset
[C#] public IFeatureDataset FeatureDataset {get;}
[C++]
HRESULT get_FeatureDataset(
IFeatureDataset** FeatureDataset
);
[C++]
Parameters FeatureDataset [out, retval]
FeatureDataset is a parameter of type IFeatureDataset
The FeatureDataset property returns the feature dataset that this relationship class belongs to. If the relationship class exists outside of a feature dataset, a null value will be returned.