ExternalDataManagerTool(ExternalDataManagerCommandId) Constructor |
Constructor
Namespace: Autodesk.Revit.UIAssembly: RevitAPIUI (in RevitAPIUI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntaxpublic ExternalDataManagerTool(
ExternalDataManagerCommandId commandId
)
Public Sub New (
commandId As ExternalDataManagerCommandId
)
public:
ExternalDataManagerTool(
ExternalDataManagerCommandId^ commandId
)
new :
commandId : ExternalDataManagerCommandId -> ExternalDataManagerToolParameters
- commandId ExternalDataManagerCommandId
-
The command id of the tool.
Exceptions
See Also