Share

FailuresAccessor.GetDocument Method

Provides access to a document for which failures are being processed or preprocessed.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public Document GetDocument()

Return Value

Document
The document for which failures preprocessing or processing is being performed.

Exceptions

ExceptionCondition
InvalidOperationException This FailuresAccessor is inactive (is used outside of failures processing).

See Also

Reference

Was this information helpful?