2021 Members
Changes 5
M

ControlledApplication

Name Return Type Description Inherited From
M Equals None (Inherited from Object .) Object .
M GetFailureDefinitionRegistry() FailureDefinitionRegistry Returns the instance of FailureDefinitionRegistry.
M GetHashCode None (Inherited from Object .) Object .
M GetLibraryPaths() IDictionary Returns path information identifying where Revit searches for content.
M GetType None (Inherited from Object .) Object .
M IsJournalPlaying() bool Determines if the application is currently in journal playback mode.
M OpenSharedParameterFile() nullNothingnullptr Enables access to shared parameter groups and definitions that are maintained on disk.
M RegisterFailuresProcessor(IFailuresProcessor) None 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.
M SetLibraryPaths(IDictionary<String, String>) None Sets path information identifying where Revit searches for content.
M ToString None (Inherited from Object .) Object .
M WriteJournalComment(String, Boolean) None Writes a comment to the Revit journal file.
Name Return Type Description Inherited From
P ActiveAddInId AddInId Retrieves the Id of the currently running external application.
P AllUsersAddinsLocation string The folder location for .addin files for all users.
P Cities CitySet Returns a set of all the known city locations within Revit.
P Create Application Provides an object that can be used to create new instances of Autodesk Revit API objects.
P CurrentUserAddinsLocation string The folder location for .addin files for the current user.
P CurrentUsersAddinsDataFolderPath string Path to AddinsData folder for the current user.
P CurrentUsersDataFolderPath string Path to data folder for the current user.
P IsLateAddinLoading bool 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.
P Language LanguageType The language used in the current session of Revit.
P Product ProductType The product type for the current session of Revit.
P RecordingJournalFilename string Retrieve the name of the journal file the Revit is currently recording to.
P SharedParametersFilename string Contains the fully qualified path to a shared parameters file.
P SubVersionNumber string The minor version number of Revit
P VersionBuild string Returns the internal build number of the Autodesk Revit application.
P VersionName string Returns the name of the Revit application.
P VersionNumber string Return the primary version of the Revit application.