ArcObjects Library Reference (GeoDatabase)  

IRelQueryTable.RelationshipClass Property

Relationship class used in the table join.

[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

IRelQueryTable Interface