Method FindChildTables
FindChildTables(ProtocolTopologyCell)
Finds the child tables for the specified cell.
public IEnumerable<ProtocolTopologyCell> FindChildTables(ProtocolTopologyCell cell)Parameters
- cellProtocolTopologyCell
- The cell. 
Returns
- IEnumerable<ProtocolTopologyCell>
- The child tables. 
FindChildTables(string, ProtocolTopologyCell)
Finds the child tables for the specified cell.
public IEnumerable<ProtocolTopologyCell> FindChildTables(string topologyname, ProtocolTopologyCell cell)Parameters
- topologynamestring
- The topology name. 
- cellProtocolTopologyCell
- The cell. 
Returns
- IEnumerable<ProtocolTopologyCell>
- The child tables. 
FindChildTables(string, int)
Finds the child tables for the specified cell.
public IEnumerable<ProtocolTopologyCell> FindChildTables(string topologyname, int tablePid)Parameters
Returns
- IEnumerable<ProtocolTopologyCell>
- The child tables.