IExternalDataManagerServerGetCommandsForAdd Method |
Retrieves commands in the Add menu.
Namespace: Autodesk.Revit.UIAssembly: RevitAPIUI (in RevitAPIUI.dll) Version: 27.0.4.0 (27.0.4.0)
SyntaxIList<ExternalDataManagerCommandId> GetCommandsForAdd()
Function GetCommandsForAdd As IList(Of ExternalDataManagerCommandId)
IList<ExternalDataManagerCommandId^>^ GetCommandsForAdd()
abstract GetCommandsForAdd : unit -> IList<ExternalDataManagerCommandId>
Return Value
IListExternalDataManagerCommandId
The commands ids for the Add menu.
Remarks
The returned ids define the drop-down list attached to the "Add" button
in the dialog toolbar. Return an empty array if the server does not
support adding new content.
The ids must correspond to commands previously registered via
ExternalDataManagerCommand.registerCommand.
See Also