ArcGIS Pro 2.6 API Reference Guide
GetDiagramTemplate Method

ArcGIS.Core.Data.UtilityNetwork.NetworkDiagrams Namespace > DiagramManager Class : GetDiagramTemplate Method
The name of the diagram template.
Retrieves the DiagramTemplate with the specified name.
Syntax
public DiagramTemplate GetDiagramTemplate( 
   string name
)
Public Function GetDiagramTemplate( _
   ByVal name As String _
) As DiagramTemplate

Parameters

name
The name of the diagram template.

Return Value

The DiagramTemplate with the specified name.
Exceptions
ExceptionDescription
A geodatabase-related exception has occurred.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

DiagramManager Class
DiagramManager Members