ExternalDataManagerToolSetChildCommandIds Method

Sets 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 void SetChildCommandIds(
	IList<ExternalDataManagerCommandId> childCommandIds
)

Parameters

childCommandIds  IListExternalDataManagerCommandId
The list of child command ids to associate with the tool.
Exceptions
ExceptionCondition
ArgumentNullException A non-optional argument was null
See Also