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


IRelQueryTable.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 > IRelQueryTable Interface > IRelQueryTable.RelationshipClass Property
ArcGIS Developer Help

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