ArcObjects Library Reference  (Carto)    

IDisplayRelationshipClass.RelationshipClass Property

Relationship class that defines how the tables are joined.

[Visual Basic 6.0]
Property RelationshipClass As IRelationshipClass
[Visual Basic .NET]
Public ReadOnly Property RelationshipClass As IRelationshipClass
[C#]
public IRelationshipClass RelationshipClass {get;}
[Java]
public IRelationshipClass getRelationshipClass()
throws
    IOException,
    AutomationException
[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

 


Feedback Send feedback on this page