BuiltInExternalDataManagerCommands
Description:
A collection of command ids used in manage links.
A collection of command ids used in manage links.
Remarks:
This namespace declares the set of command identifiers that are always available in Revit ("built-in" commands). Each value corresponds to an entry in the Manage Links dialog or its context menus. The GUID values are consumed by: ExternalDataManagerCommand - Stores metadata such as localized names/tool-tips for each id. ExternalDataManagerTool - References the ids to build content tools or right-click menu structures. IExternalDataManagerServer.onCommand - Receives the id to execute the appropriate action on the selected data rows. Plugin authors should reference these constants rather than inventing their own when they want to reuse existing Revit UI actions (e.g. "Reload" or "Unload"). Custom commands, on the other hand, must be registered with a unique id obtained from 'ExternalDataManagerCommandId'.
This namespace declares the set of command identifiers that are always available in Revit ("built-in" commands). Each value corresponds to an entry in the Manage Links dialog or its context menus. The GUID values are consumed by: ExternalDataManagerCommand - Stores metadata such as localized names/tool-tips for each id. ExternalDataManagerTool - References the ids to build content tools or right-click menu structures. IExternalDataManagerServer.onCommand - Receives the id to execute the appropriate action on the selected data rows. Plugin authors should reference these constants rather than inventing their own when they want to reuse existing Revit UI actions (e.g. "Reload" or "Unload"). Custom commands, on the other hand, must be registered with a unique id obtained from 'ExternalDataManagerCommandId'.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.UI.ExternalDataManagerCommands.BuiltInExternalDataManagerCommands
System.Object
Autodesk.Revit.UI.ExternalDataManagerCommands.BuiltInExternalDataManagerCommands
public static class BuiltInExternalDataManagerCommands
| Name | Return Type | Description |
|---|---|---|
| Add | ExternalDataManagerCommandId | Add new external data. |
| Import | ExternalDataManagerCommandId | Import external data into Revit model. |
| ManageWorksets | ExternalDataManagerCommandId | Manage workset for external data. |
| PlaceInstance | ExternalDataManagerCommandId | Place a external data into Revit model. |
| Reload | ExternalDataManagerCommandId | Remove external data. |
| ReloadFrom | ExternalDataManagerCommandId | Reload external data from specified location. |
| Remove | ExternalDataManagerCommandId | Unload external data. |
| Show | ExternalDataManagerCommandId | Show a external data in canvas. |
| Unload | ExternalDataManagerCommandId | Unload external data. |