IFailuresPreprocessor.PreprocessFailures Method

This method is called when there have been failures found at the end of a transaction and Revit is about to start processing them.


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

Syntax

C#

FailureProcessingResult PreprocessFailures(
	FailuresAccessor failuresAccessor
)

Parameters

failuresAccessor  FailuresAccessor
The Interface class that provides access to the failure information.

Return Value

FailureProcessingResult
Notifies end of transaction code about further actions required. Return values are interpreted as follows: Other return values are not allowed.

See Also

Reference

IFailuresPreprocessor Interface
Autodesk.Revit.DB Namespace