ArcGIS Pro 3.7 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 Overloads Sub AddReference( _
       ByVal refID As String _
    ) 
    protected void AddReference( 
       string refID
    )

    Parameters

    refID
    The DAML to add to the menu.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also