<Code Lib>
2025 Interface
Changes 5
I

IModuleMaker

Description:
The interface used to create module project.
Remarks:
Implement this interface to create module project.

public interface IModuleMaker

Name Return Type Description
M Execute(String) None The method that Revit will invoke to create module project. When implementing this interface, programmer is responsible for making it exception-free

Loading…