ArcGIS Pro 2.9 API Reference Guide
GetSuggestedCMDIDs Method (CoreModule)

ArcGIS.Desktop.Core Namespace > CoreModule Class : GetSuggestedCMDIDs Method
The id of the tab to retrieve the command id list for
Gets the suggested daml ids for the given tab identified by 'activeTabID'
Syntax
public override string[] GetSuggestedCMDIDs( 
   string activeTabID
)
Public Overrides NotOverridable Function GetSuggestedCMDIDs( _
   ByVal activeTabID As String _
) As String()

Parameters

activeTabID
The id of the tab to retrieve the command id list for

Return Value

An array of daml ids
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

CoreModule Class
CoreModule Members