The ControlledApplication type exposes the following members.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodStatic memberGetFailureDefinitionRegistry
Returns the instance of FailureDefinitionRegistry.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetLibraryPaths
Returns path information identifying where Revit searches for content.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsJournalPlaying
Determines if the application is currently in journal playback mode.
Public methodOpenSharedParameterFile
Enables access to shared parameter groups and definitions that are maintained on disk.
Public methodStatic memberRegisterFailuresProcessor
Replaces Revit's default user interface (if present) with alternative handling for all warnings and errors (including those not generated by your application) for the rest of the Revit session; if your application is not prepared to respond to all warnings and errors, consider use of IFailuresPreprocessor (in your opened Transaction) or the FailuresProcessing event instead of this interface.
Public methodSetLibraryPaths
Sets path information identifying where Revit searches for content.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWriteJournalComment
Writes a comment to the Revit journal file.

Properties

  NameDescription
Public propertyActiveAddInId
Retrieves the Id of the currently running external application.
Public propertyAllUsersAddinsLocation
The folder location for .addin files for all users.
Public propertyCities
Returns a set of all the known city locations within Revit.
Public propertyCreate
Provides an object that can be used to create new instances of Autodesk Revit API objects.
Public propertyCurrentUserAddinsLocation
The folder location for .addin files for the current user.
Public propertyCurrentUsersAddinsDataFolderPath
Path to AddinsData folder for the current user.
Public propertyCurrentUsersDataFolderPath
Path to data folder for the current user.
Public propertyIsLateAddinLoading
Indicates whether this add-in is loaded on the fly or not. If it is loaded when is Revit starting up, it is false, otherwise it should be true.
Public propertyLanguage
The language used in the current session of Revit.
Public propertyProduct
The product type for the current session of Revit.
Public propertyRecordingJournalFilename
Retrieve the name of the journal file the Revit is currently recording to.
Public propertySharedParametersFilename
Contains the fully qualified path to a shared parameters file.
Public propertySubVersionNumber
The minor version number of Revit
Public propertyVersionBuild
Returns the internal build number of the Autodesk Revit application.
Public propertyVersionName
Returns the name of the Revit application.
Public propertyVersionNumber
Return the primary version of the Revit application.

Events

  NameDescription
Public eventApplicationInitialized
Subscribe to this event to get notified after the Revit application has been initialized
Public eventDocumentChanged
Subscribe to the DocumentChanged event to be notified when Revit document has changed.
Public eventDocumentClosed
Subscribe to the DocumentClosing event to be notified when Revit is just about to close a document.
Public eventDocumentClosing
Subscribe to the DocumentClosing event to be notified when Revit is just about to close a document.
Public eventDocumentCreated
Subscribe to the DocumentCreated event to be notified immediately after Revit has finished creating a new document.
Public eventDocumentCreating
Subscribe to the DocumentCreating event to be notified when Revit is just about to create a new document.
Public eventDocumentOpened
Subscribe to the DocumentOpened event to be notified immediately after Revit has finished opening a document.
Public eventDocumentOpening
Subscribe to the DocumentOpening event to be notified when Revit is just about to open a document.
Public eventDocumentPrinted
Subscribe to the DocumentPrinted event to be notified immediately after Revit has finished printing a view or ViewSet of the document.
Public eventDocumentPrinting
Subscribe to the DocumentPrinting event to be notified when Revit is just about to print a view or ViewSet of the document.
Public eventDocumentReloadedLatest
Subscribe to the DocumentReloadedLatestEventArgs event to be notified immediately after Revit has finished reloading a document with central model.
Public eventDocumentReloadingLatest
Subscribe to the DocumentReloadingLatestEventArgs event to be notified when Revit is just about to reload latest changes from a central model.
Public eventDocumentSaved
Subscribe to the DocumentSaved event to be notified immediately after Revit has finished saving a document.
Public eventDocumentSavedAs
Subscribe to the DocumentSavedAs event to be notified immediately after Revit has finished saving document with a new file name.
Public eventDocumentSaving
Subscribe to the DocumentSaving event to be notified when Revit is just about to save a document.
Public eventDocumentSavingAs
Subscribe to the DocumentSavingAs event to be notified when Revit is just about to save the document with a new file name.
Public eventDocumentSynchronizedWithCentral
Subscribe to the DocumentSynchronizedWithCentral event to be notified immediately after Revit has finished synchronizing a document with central model.
Public eventDocumentSynchronizingWithCentral
Subscribe to the DocumentSynchronizingWithCentral event to be notified when Revit is just about to synchronize a document with central model.
Public eventElementTypeDuplicated
Subscribe to the ElementTypeDuplicated event to be notified immediately after Revit has finished duplicating an element type.
Public eventElementTypeDuplicating
Subscribe to the ElementTypeDuplicating event to be notified when Revit is just about to duplicate an element type.
Public eventFailuresProcessing
Subscribe to the FailuresProcessing event to be notified when failures are being processed at the end of transaction.
Public eventFamilyLoadedIntoDocument
Subscribe to the FamilyLoadedInto event to be notified after Revit loaded a family into a document.
Public eventFamilyLoadingIntoDocument
Subscribe to the FamilyLoadingInto event to be notified when Revit is just about to load a family into a document.
Public eventFileExported
Subscribe to the FileExported event to be notified immediately after Revit has finished exporting files of formats supported by the API.
Public eventFileExporting
Subscribe to the FileExporting event to be notified when Revit is just about to export files of formats supported by the API.
Public eventFileImported
Subscribe to the FileImported event to be notified immediately after Revit has finished importing a file of format supported by the API.
Public eventFileImporting
Subscribe to the FileImporting event to be notified when Revit is just about to import a file of format supported by the API.
Public eventLinkedResourceOpened
Subscribe to the LinkedResourceOpened event to be notified immediately after Revit has finished opening a linked resource.
Public eventLinkedResourceOpening
Subscribe to the LinkedResourceOpening event to be notified when Revit is just about to open a linked resource.
Public eventProgressChanged
Subscribe to the ProgressChanged event to be notified when an operation in Revit has progress bar data available.
Public eventViewPrinted
Subscribe to the ViewPrinted event to be notified immediately after Revit has finished printing a view of the document.
Public eventViewPrinting
Subscribe to the ViewPrinting event to be notified when Revit is just about to print a view of the document.
Public eventWorksharedOperationProgressChanged
Subscribe to the WorksharedOperationProgressChanged to be notified when progress has changed during Collaboration for Revit's workshared operations: open model and synchronize with central.

See Also