Share

IModuleMaker Interface

The interface used to create module project.


Namespace: Autodesk.Revit.DB.Macros
Assembly: RevitAPIMacros (in RevitAPIMacros.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public interface IModuleMaker

The IModuleMaker type exposes the following members.

Methods

 NameDescription
Public methodExecute The method that Revit will invoke to create module project. When implementing this interface, programmer is responsible for making it exception-free

Remarks

Implement this interface to create module project.

See Also

Reference

Was this information helpful?