2027 Class
Changes 8
C

BuiltInExternalDataManagerCommands

Description:
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'.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.UI.ExternalDataManagerCommands.BuiltInExternalDataManagerCommands
Name Return Type Description
P Add ExternalDataManagerCommandId Add new external data.
P Import ExternalDataManagerCommandId Import external data into Revit model.
P ManageWorksets ExternalDataManagerCommandId Manage workset for external data.
P PlaceInstance ExternalDataManagerCommandId Place a external data into Revit model.
P Reload ExternalDataManagerCommandId Remove external data.
P ReloadFrom ExternalDataManagerCommandId Reload external data from specified location.
P Remove ExternalDataManagerCommandId Unload external data.
P Show ExternalDataManagerCommandId Show a external data in canvas.
P Unload ExternalDataManagerCommandId Unload external data.