ArcObjects Library Reference (GeoDatabase)  

IFeatureDatasetName.RelationshipClassNames Property

An enumerator over the relationship class names in this FeatureDataset.

[Visual Basic .NET]
Public ReadOnly Property RelationshipClassNames As IEnumDatasetName
[C#]
public IEnumDatasetName RelationshipClassNames {get;}
[C++]
HRESULT get_RelationshipClassNames(
  IEnumDatasetName** RelationshipClassNames
);
[C++]

Parameters

RelationshipClassNames [out, retval]

  RelationshipClassNames is a parameter of type IEnumDatasetName

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IFeatureDatasetName Interface