|
M
CanPostCommand(RevitCommandId)
|
bool
|
Identifies if the given command can be posted, using PostCommand(RevitCommandId) . (Inherited from UIApplication .)
|
UIApplication
|
|
M
CreateAddInCommandBinding(RevitCommandId)
|
AddInCommandBinding
|
Creates a new AddInCommandBinding. (Inherited from UIApplication .)
|
UIApplication
|
|
M
CreateRibbonPanel(String)
|
RibbonPanel
|
(Overrides UIApplication . CreateRibbonPanel(String) .)
|
|
|
M
CreateRibbonPanel(String, String)
|
RibbonPanel
|
(Overrides UIApplication . CreateRibbonPanel(String, String) .)
|
|
|
M
CreateRibbonPanel(Tab, String)
|
RibbonPanel
|
(Overrides UIApplication . CreateRibbonPanel(Tab, String) .)
|
|
|
M
CreateRibbonTab(String)
|
None
|
(Overrides UIApplication . CreateRibbonTab(String) .)
|
|
|
M
Dispose()
|
None
|
(Inherited from UIApplication .)
|
UIApplication
|
|
M
Equals
|
None
|
Determines whether the specified Object is equal to the current Object . (Inherited from Object .)
|
Object .
|
|
M
FinishInitializationEO()
|
None
|
For Revit Macros internal use only.
|
|
|
M
GetDockablePane(DockablePaneId)
|
DockablePane
|
Gets a DockablePane object by its ID. (Inherited from UIApplication .)
|
UIApplication
|
|
M
GetHashCode
|
None
|
Serves as a hash function for a particular type. (Inherited from Object .)
|
Object .
|
|
M
GetRibbonPanels.()
|
List<RibbonPanel>
|
(Overrides UIApplication . GetRibbonPanels . .)
|
|
|
M
GetRibbonPanels(String)
|
List<RibbonPanel>
|
(Overrides UIApplication . GetRibbonPanels(String) .)
|
|
|
M
GetRibbonPanels(Tab)
|
List<RibbonPanel>
|
(Overrides UIApplication . GetRibbonPanels(Tab) .)
|
|
|
M
GetType
|
None
|
Gets the Type of the current instance. (Inherited from Object .)
|
Object .
|
|
M
Initialize(Object, String)
|
None
|
For Revit Macros internal use only.
|
|
|
M
LoadAddIn(String)
|
None
|
Loads add-ins from the given manifest file. (Inherited from UIApplication .)
|
UIApplication
|
|
M
LoadPackageContents(String)
|
None
|
Loads add-ins from the given packageContents.xml file. (Inherited from UIApplication .)
|
UIApplication
|
|
M
OnShutdownEO()
|
None
|
For Revit Macros internal use only.
|
|
|
M
OpenAndActivateDocument(String)
|
The opened document.
|
Opens and activates a Revit document. (Inherited from UIApplication .)
|
UIApplication
|
|
M
OpenAndActivateDocument(ModelPath, OpenOptions, Boolean)
|
The opened document.
|
Opens and activates a Revit document, include both local document or cloud document. (Inherited from UIApplication .)
|
UIApplication
|
|
M
OpenAndActivateDocument(ModelPath, OpenOptions, Boolean, IOpenFromCloudCallback)
|
The opened document.
|
Opens and activates a Revit document, include both local document or cloud document. (Inherited from UIApplication .)
|
UIApplication
|
|
M
PostCommand(RevitCommandId)
|
None
|
Posts the command to the Revit message queue to be invoked when control returns from the current API context. (Inherited from UIApplication .)
|
UIApplication
|
|
M
RegisterDockablePane(DockablePaneId, String, IDockablePaneProvider)
|
None
|
Adds a new dockable pane to the Revit user interface. (Inherited from UIApplication .)
|
UIApplication
|
|
M
RemoveAddInCommandBinding(RevitCommandId)
|
None
|
Removes an AddInCommandBinding. (Inherited from UIApplication .)
|
UIApplication
|
|
M
ToString
|
None
|
Returns a string that represents the current object. (Inherited from Object .)
|
Object .
|