This document is archived and information here might be outdated. Recommended version. |
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**
The relationship class that defines the tables that are joined.
You can also use IFeatureLayerDefinition::RelationshipClass to get a reference to the relationship class that defines a layer join.