C# Class Revit.SDK.Samples.ErrorHandling.CS.FailurePreproccessor

Implements the interface IFailuresPreprocessor
Inheritance: IFailuresPreprocessor
Exibir arquivo Open project: AMEE/revit Class Usage Examples

Public Methods

Method Description
PreprocessFailures ( FailuresAccessor failuresAccessor ) : FailureProcessingResult

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

Method Details

PreprocessFailures() public 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.
public PreprocessFailures ( FailuresAccessor failuresAccessor ) : FailureProcessingResult
failuresAccessor FailuresAccessor The Interface class that provides access to the failure information.
return FailureProcessingResult