|
M
Equals
|
None
|
Determines whether the specified Object is equal to the current Object . (Inherited from Object .)
|
Object .
|
|
M
GetFailureDefinitionRegistry()
|
FailureDefinitionRegistry
|
Returns the instance of FailureDefinitionRegistry.
|
|
|
M
GetHashCode
|
None
|
Serves as a hash function for a particular type. (Inherited from Object .)
|
Object .
|
|
M
GetLibraryPaths()
|
IDictionary
|
Returns path information identifying where Revit searches for content.
|
|
|
M
GetType
|
None
|
Gets the Type of the current instance. (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
|
Returns a string that represents the current object. (Inherited from Object .)
|
Object .
|
|
M
WriteJournalComment(String, Boolean)
|
None
|
Writes a comment to the Revit journal file.
|
|