ExternalDataManagerTool(ExternalDataManagerCommandId) Constructor

Constructor

Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntax
public ExternalDataManagerTool(
	ExternalDataManagerCommandId commandId
)

Parameters

commandId  ExternalDataManagerCommandId
The command id of the tool.
Exceptions
ExceptionCondition
ArgumentNullException A non-optional argument was null
See Also