ArcObjects Library Reference  (Carto)    

IDisplayRelationshipClass.JoinType Property

Join type for the most recent join performed.

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

 


Feedback Send feedback on this page