| Revit 2022.1 API |
| MacroManager..::..Folder Property |
| MacroManager Class See Also |
The modules folder.
The path for document macros will not persist except while the document is loaded in this session.
Namespace: Autodesk.Revit.DB.Macros
Assembly: RevitAPIMacros (in RevitAPIMacros.dll) Version: 22.0.0.0 (22.1.1.0)
Since:
2014
Syntax
| C# |
|---|
public string Folder { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Folder As String Get |
| Visual C++ |
|---|
public: property String^ Folder { String^ get (); } |