ArcGIS Pro 2.6 API Reference Guide
Store Method (NetworkDiagram)

ArcGIS.Core.Data.UtilityNetwork.NetworkDiagrams Namespace > NetworkDiagram Class : Store Method
The name of the network diagram.
The NetworkDiagramAccessType of the network diagram.
The tag of the network diagram.
Stores this network diagram with a given name, access type and tag.
Syntax
Public Sub Store( _
   ByVal name As String, _
   ByVal accessType As NetworkDiagramAccessType, _
   ByVal tag As String _
) 

Parameters

name
The name of the network diagram.
accessType
The NetworkDiagramAccessType of the network diagram.
tag
The tag of the network 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 10, Windows 8.1, Windows 7

See Also

Reference

NetworkDiagram Class
NetworkDiagram Members