ArcGIS Pro 2.8 API Reference Guide
GetDiagramTemplates Method

ArcGIS.Core.Data.UtilityNetwork.NetworkDiagrams Namespace > DiagramManager Class : GetDiagramTemplates Method
Gets the full list of available DiagramTemplates. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public IReadOnlyList<DiagramTemplate> GetDiagramTemplates()
Public Function GetDiagramTemplates() As IReadOnlyList(Of DiagramTemplate)

Return Value

A list of DiagramTemplates.
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 10, Windows 8.1

See Also

Reference

DiagramManager Class
DiagramManager Members