| Revit 2017 API |
| DocumentEntryPoint..::..AddinFolder Property |
| DocumentEntryPoint Class See Also |
The full path to the Revit Macros module.
Namespace: Autodesk.Revit.DB.Macros
Assembly: RevitAPI (in RevitAPI.dll) Version: 17.0.0.0 (17.0.484.0)
Since: 2014
Syntax
| C# |
|---|
public string AddinFolder { get; } |
| Visual Basic |
|---|
Public ReadOnly Property AddinFolder As String Get |
| Visual C++ |
|---|
public: virtual property String^ AddinFolder { String^ get () sealed; } |
Implements
IEntryPoint..::..AddinFolder
Remarks
This path should be used instead of the .NET GetExecutingAssembly() result, because
the Macros module is loaded in such a way to make that result unreliable.