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


IRelationship.RelationshipClass Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

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