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


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

IRelationshipClassContainer.RelationshipClasses Property

An enumerator over the RelationshipClasses in this container.

[Visual Basic .NET]
Public ReadOnly Property RelationshipClasses As IEnumRelationshipClass
[C#]
public IEnumRelationshipClass RelationshipClasses {get;}
[C++]
HRESULT get_RelationshipClasses(
  IEnumRelationshipClass** relClasses
);
[C++]
Parameters
relClasses [out, retval]

relClasses is a parameter of type IEnumRelationshipClass**

Product Availability

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

See Also

IRelationshipClassContainer Interface