This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoDatabaseUI > ESRI.ArcGIS.GeoDatabaseUI > Interfaces > IT > ITableViewCallback Interface > ITableViewCallback.ShowRelationshipTable Method (ArcObjects .NET 10.5 SDK) |
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 );