ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.UtilityNetwork Namespace / Tier Class / GetDiagramTemplateNames Method

In This Topic
    GetDiagramTemplateNames Method
    In This Topic
    Gets the default diagram template names for this tier.
    Syntax
    public IReadOnlyList<string> GetDiagramTemplateNames()
    Public Function GetDiagramTemplateNames() As IReadOnlyList(Of String)

    Return Value

    The default diagram template names for this tier.
    Remarks
    When Update is called on subnetworks within this tier, one system network diagram is created for each value in this list.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also