Sample Code Revit Batch Processor 1.1.11 documentation
Based on:
https://markheath.net/post/wpf-and-mvvm-in-ironpython https://www.youtube.com/channel/UC7X9mQ_XtTYWzr9Tf_NYcIg
Bases: ICommand
A class to handle wpf command bindings.
execute (callable) – The method to execute when the command is invoked.
can_execute (callable) – The method to determine if the command can be executed.
Raises the CanExecuteChanged event for subscribers.
Adds a handler to the CanExecuteChanged event.
Removes a handler from the CanExecuteChanged event.
Bases: CommandBase
A class to handle wpf command bindings.
execute (function): The method to execute when the command is invoked.