|
M
Equals
|
None
|
Determines whether the specified object is equal to the current object. (Inherited from Object )
|
Object
|
|
M
GetExtendedApiService<TService>(?)
|
TService
|
|
|
|
M
GetFailureDefinitionRegistry()
|
FailureDefinitionRegistry
|
Returns the instance of FailureDefinitionRegistry.
|
|
|
M
GetHashCode
|
None
|
Serves as the default hash function. (Inherited from Object )
|
Object
|
|
M
GetLibraryPaths()
|
IDictionary<String,String>
|
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()
|
Boolean
|
Determines if the application is currently in journal playback mode.
|
|
|
M
OpenSharedParameterFile()
|
DefinitionFile
|
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<StringString>)
|
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.
|
|