ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / MappingExtensions Class / AddDiagramLayer Method
The map to add the diagram layer.
The diagram for which a diagram layer is created and added to the map.

In This Topic
    AddDiagramLayer Method
    In This Topic
    Add a diagram layer to a diagram map.
    Syntax
    public static DiagramLayer AddDiagramLayer( 
       Map map,
       NetworkDiagram networkDiagram
    )
    Public Shared Function AddDiagramLayer( _
       ByVal map As Map, _
       ByVal networkDiagram As NetworkDiagram _
    ) As DiagramLayer

    Parameters

    map
    The map to add the diagram layer.
    networkDiagram
    The diagram for which a diagram layer is created and added to the map.

    Return Value

    The added diagram layer.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 8.1

    See Also