ArcGIS Pro 2.9 API Reference Guide
GetNetwork<T> Method

ArcGIS.Core.Data.UtilityNetwork.NetworkDiagrams Namespace > DiagramManager Class : GetNetwork<T> Method
Gets the network related to this diagram manager. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public T GetNetwork<T>()
where T: Dataset
Public Function GetNetwork(Of T As Dataset)() As T

Type Parameters

T

Return Value

The associated network of this diagram manager.
Exceptions
ExceptionDescription
A geodatabase-related exception has occurred. For example, the diagram manager is invalid.
This method or property must be called within the lambda passed to QueuedTask.Run
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

DiagramManager Class
DiagramManager Members