ExternalDataManagerToolSetChildCommandIds Method |
Sets the sub menu of the item
Namespace: Autodesk.Revit.UIAssembly: RevitAPIUI (in RevitAPIUI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntaxpublic void SetChildCommandIds(
IList<ExternalDataManagerCommandId> childCommandIds
)
Public Sub SetChildCommandIds (
childCommandIds As IList(Of ExternalDataManagerCommandId)
)
public:
void SetChildCommandIds(
IList<ExternalDataManagerCommandId^>^ childCommandIds
)
member SetChildCommandIds :
childCommandIds : IList<ExternalDataManagerCommandId> -> unit Parameters
- childCommandIds IListExternalDataManagerCommandId
-
The list of child command ids to associate with the tool.
Exceptions
See Also