IModuleMaker
Description:
The interface used to create module project.
The interface used to create module project.
Remarks:
Implement this interface to create module project.
Implement this interface to create module project.
public interface IModuleMaker
| Name | Return Type | Description |
|---|---|---|
| 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 |