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


IDisplayRelationshipClass.JoinType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDisplayRelationshipClass Interface > IDisplayRelationshipClass.JoinType Property
ArcGIS Developer Help

IDisplayRelationshipClass.JoinType Property

Join type for the most recent join performed.

[Visual Basic .NET]
Public ReadOnly Property JoinType As esriJoinType
[C#]
public esriJoinType JoinType {get;}
[C++]
HRESULT get_JoinType(
  esriJoinType* pJoinType
);
[C++]
Parameters
pJoinType [out, retval]

pJoinType is a parameter of type esriJoinType*

Product Availability

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

Description

Indicates the type of the most recent join.

See Also

IDisplayRelationshipClass Interface