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


ITableViewCallback.ShowRelationshipTable Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseUI)  

ITableViewCallback.ShowRelationshipTable Method

Show the destination relationship table with origin table selection.

[Visual Basic .NET]
Public Sub ShowRelationshipTable ( _
    ByVal pRelationshipClass As IRelationshipClass, _
    ByVal showSource As Boolean, _
    ByVal pOriginSelectionSet As ISelectionSet _
)
[C#]
public void ShowRelationshipTable (
    IRelationshipClass pRelationshipClass,
    bool showSource,
    ISelectionSet pOriginSelectionSet
);

Product Availability

Available with ArcGIS Desktop.

See Also

ITableViewCallback Interface