C# (CSharp) Revit.SDK.Samples.AutoStamp.CS Namespace

Сlasses

Name Description
Application
EventsReactor This class consists of two handler methods which will be subscribed to ViewPrinting and ViewPrinted events separately, The pre-event handler will create TextNote element when event is raised, and the post-event handler will delete it. Meanwhile, these two handler methods will be used to dump designed information to log file. It contains other methods which are used to dump related information(like events arguments and sequences) to log file PrintEventsLog.txt.