ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework.Contracts Namespace / DynamicMenu Class / AddReference Method / AddReference(String) Method
The DAML to add to the menu.

In This Topic
    AddReference(String) Method
    In This Topic
    Adds an existing DAML control to the menu.
    Syntax
    protected void AddReference( 
       string refID
    )
    Protected Overloads Sub AddReference( _
       ByVal refID As String _
    ) 

    Parameters

    refID
    The DAML to add to the menu.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also