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


IRelationshipClass.FeatureDataset Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRelationshipClass Interface > IRelationshipClass.FeatureDataset Property
ArcGIS Developer Help

IRelationshipClass.FeatureDataset Property

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.

See Also

IRelationshipClass Interface