public NetworkDiagram CreateNetworkDiagramFromTraceLocations( DiagramTemplate diagramTemplate, Table startingPointsTable, Table stoppingPointsTable, Table barriersTable )
Public Function CreateNetworkDiagramFromTraceLocations( _ ByVal diagramTemplate As DiagramTemplate, _ ByVal startingPointsTable As Table, _ ByVal stoppingPointsTable As Table, _ ByVal barriersTable As Table _ ) As NetworkDiagram
Parameters
- diagramTemplate
- The DiagramTemplate of the network diagram to create.
- startingPointsTable
- The table that contains the starting points.
- stoppingPointsTable
- The table that contains the stopping points (optional).
- barriersTable
- The table that contains the barriers (optional).
Return Value
The NetworkDiagram.