C# 클래스 Revit.SDK.Samples.ErrorHandling.CS.FailurePreproccessor

Implements the interface IFailuresPreprocessor
상속: IFailuresPreprocessor
파일 보기 프로젝트 열기: AMEE/revit 1 사용 예제들

공개 메소드들

메소드 설명
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