ExternalDataManagerToolGetChildCommandIds Method

Obtains the sub menu of the item.

Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntax
public IList<ExternalDataManagerCommandId> GetChildCommandIds()

Return Value

IListExternalDataManagerCommandId
The array of child command ids or an empty array when none have been set.
See Also