Revit 2026 API
IModule |
The method that Revit will invoke to create module project.
When implementing this interface, programmer is responsible for making it exception-free
Namespace: Autodesk.Revit.DB.Macros
Assembly: RevitAPIMacros (in RevitAPIMacros.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
void Execute( string folder )
Sub Execute ( folder As String )
void Execute( String^ folder )
abstract Execute : folder : string -> unit
Parameters
- folder String
- Module project folder.
See Also