ArcGIS Pro 2.9 API Reference Guide
Extend(NetworkDiagramExtendType,IReadOnlyList<Guid>) Method

ArcGIS.Core.Data.UtilityNetwork.NetworkDiagrams Namespace > NetworkDiagram Class > Extend Method : Extend(NetworkDiagramExtendType,IReadOnlyList<Guid>) Method
The NetworkDiagramExtendType used to extend the diagram.
A list containing the global IDs of the diagram features used as input for extending the diagram.
Extends this network diagram starting from a list of input feature global IDs. This method must be called on the MCT. Use QueuedTask.Run.
Syntax

Parameters

extendType
The NetworkDiagramExtendType used to extend the diagram.
globalIDs
A list containing the global IDs of the diagram features used as input for extending the diagram.
Exceptions
ExceptionDescription
A geodatabase-related exception has occurred.
Remarks
This routine generates its own editing transaction, and therefore cannot be wrapped in a separate transaction. Because the editing performed by this routine cannot be undone, this routine can also not be called within an editing session. All edits in the current edit session must be saved or discarded before calling this routine.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

NetworkDiagram Class
NetworkDiagram Members
Overload List