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


In This Topic
    DiagramTemplate Class Members
    In This Topic

    The following tables list the members exposed by DiagramTemplate.

    Public Properties
     NameDescription
    Public Property Gets the diagram manager of this diagram template.  
    Public Property Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase)
    Public Property Gets the name of this diagram template.  
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from ArcGIS.Core.CoreObjectsBase)
    Public MethodGets a NetworkDiagram based on this diagram template with the specified name. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodGets the list of NetworkDiagrams based on this diagram template. This method must be called on the MCT. Use QueuedTask.Run.  
    Top
    See Also