C# Класс Revit.SDK.Samples.ErrorHandling.CS.FailurePreproccessor

Implements the interface IFailuresPreprocessor
Наследование: IFailuresPreprocessor
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

PreprocessFailures() публичный Метод

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.
Результат FailureProcessingResult