public NetworkDiagram CreateNetworkDiagram( DiagramTemplate diagramTemplate, IReadOnlyList<Guid> globalIDs )
Public Function CreateNetworkDiagram( _ ByVal diagramTemplate As DiagramTemplate, _ ByVal globalIDs As IReadOnlyList(Of Guid) _ ) As NetworkDiagram
Parameters
- diagramTemplate
- The DiagramTemplate of the network diagram to create.
- globalIDs
- A list containing the global IDs of the input geographic features.
Return Value
The NetworkDiagram.