ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.NetworkDiagrams Namespace / NetworkDiagram Class
Properties Methods


In This Topic
    NetworkDiagram Class Members
    In This Topic

    The following tables list the members exposed by NetworkDiagram.

    Public Properties
     NameDescription
    Public PropertyGets the DiagramManager of this network diagram.  
    Public PropertyGets the DiagramTemplate of this network diagram.  
    Public Property Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase)
    Public Property Gets the name of this network diagram.  
    Top
    Public Methods
     NameDescription
    Public Method Adds a flag in this network diagram. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Appends features to this network diagram. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodOverloaded.   
    Public Method Applies template layouts to the network diagram. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Deletes this network diagram. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method (Inherited from ArcGIS.Core.CoreObjectsBase)
    Public MethodOverloaded.   
    Public MethodGets a IReadOnlyList of FindResultItems corresponding to the input list of network feature global IDs. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodGets a IReadOnlyList of FindResultItems corresponding to the initial list of network rows used to generate the diagram. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodGets a IReadOnlyList of FindResultItems corresponding to the input list of diagram feature global IDs. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodGets the list of DiagramAggregations contained in this network diagram. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodGets the NetworkDiagramConsistencyState of the network diagram. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodOverloaded.   
    Public MethodGet NetworkDiagramInfo from the network diagram. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodGets the list of DiagramFlags of the flags contained in this network diagram. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Returns diagram features source attribute values as a JSON string. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Overwrites this network diagram using a list of geographic features (specified by Global ID). This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodOverloaded.   
    Public Method Removes a flag in this network diagram. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Removes the flags in this network diagram. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Saves the layout of diagram elements. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Stores this network diagram with a given name, access type and tag. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Updates this network diagram. This method must be called on the MCT. Use QueuedTask.Run.  
    Top
    See Also