Share

ControlledApplication Methods

The ControlledApplication type exposes the following members.

Methods

 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodStatic memberGetFailureDefinitionRegistry Returns the instance of FailureDefinitionRegistry.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodCode exampleGetLibraryPaths Returns path information identifying where Revit searches for content.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodIsJournalPlaying Determines if the application is currently in journal playback mode.
Public methodOpenSharedParameterFileEnables 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 methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodWriteJournalComment Writes a comment to the Revit journal file.

See Also

Reference

Was this information helpful?