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


IDisplayRelationshipClass.RelationshipClass Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IDisplayRelationshipClass.RelationshipClass Property

Relationship class that defines how the tables are joined.

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

Parameters relClass [out, retval]
relClass is a parameter of type IRelationshipClass

Product Availability

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

Description

The relationship class that defines the tables that are joined.

Remarks

You can also use IFeatureLayerDefinition::RelationshipClass to get a reference to the relationship class that defines a layer join.

See Also

IDisplayRelationshipClass Interface