| Revit 2022 API |
| MacroModule..::..Name Property |
| MacroModule Class See Also |
The name of the module.
Namespace: Autodesk.Revit.DB.Macros
Assembly: RevitAPIMacros (in RevitAPIMacros.dll) Version: 22.0.0.0 (22.1.0.0)
Since:
2014
Syntax
| C# |
|---|
public string Name { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Name As String Get |
| Visual C++ |
|---|
public: property String^ Name { String^ get (); } |