C# (CSharp) Revit.SDK.Samples.PrintLog.CS 네임스페이스

클래스들

이름 설명
Application
Command
EventsReactor This class has four handler methods which will be subscribed to ViewPrint and DocumentPrint events separately, It contains other methods which are used to dump related information to log files. The handler methods will be used to dump designed information to log files when they are raised by Print operations(both UI and API). This class contains two log file handlers m_printLog and m_eventsLog, they will dump information to PrintLog.txt and PrintEventsLog.txt separately. PrintEventsLog.txt only contains the information of events, like events arguments and sequences. The PrintLog.txt contains all information of print, date time stamp and cost time of print are dumped especially.
EventsWatches This class consists of two watches for view print and document print processes. Each watch will be used to calculate the cost time of print individual view and total views..