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


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

IRelationship.RelationshipClass Property

The relationship class to which this relationship belongs.

[Visual Basic .NET]
Public ReadOnly Property RelationshipClass As IRelationshipClass
[C#]
public IRelationshipClass RelationshipClass {get;}
[C++]
HRESULT get_RelationshipClass(
  IRelationshipClass** RelationshipClass
);
[C++]
Parameters
RelationshipClass [out, retval]

RelationshipClass is a parameter of type IRelationshipClass**

Product Availability

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

See Also

IRelationship Interface