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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
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.