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


ITableViewCallback.ShowRelationshipTable Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseDistributedUI > ESRI.ArcGIS.GeoDatabaseUI > Interfaces > IT > ITableViewCallback Interface > ITableViewCallback.ShowRelationshipTable Method
ArcGIS Developer Help

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