Sample Code Revit Batch Processor 1.1.13 documentation
Bases: ProgressBase
Class constructor Args:
form: The progress form to wrap
Implementation to update the progress form.
count: The current count total: The total count message: The message to display
Implementation to check if the form has been cancelled.
True if the form has been cancelled
Bases: WPFWindow
Dynamically set the content of the main grid control based on the current view model
view_model (_type_): The new view model to be applied
Handles the Closed event.
sender (object) – The sender.
event (object) – The event.
Handles the action on close.
Can be overwritten by derived classes to handle cleanup tasks.