Method FindParentTables
FindParentTables(string, ProtocolTopologyCell)
Finds the parent tables for the specified cell.
public IEnumerable<ProtocolTopologyCell> FindParentTables(string name, ProtocolTopologyCell cell)
Parameters
name
stringThe name.
cell
ProtocolTopologyCellThe cell.
Returns
- IEnumerable<ProtocolTopologyCell>
The parent tables.
FindParentTables(string, int)
Finds the parent tables for the specified cell.
public IEnumerable<ProtocolTopologyCell> FindParentTables(string topologyname, int tablePid)
Parameters
Returns
- IEnumerable<ProtocolTopologyCell>
The parent tables.