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

Implements the interface IFailuresPreprocessor
Inheritance: IFailuresPreprocessor
Afficher le fichier Open project: AMEE/revit Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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.
Résultat FailureProcessingResult