Share Email Facebook Twitter LinkedIn ApplicationEntryPoint.AddinFolder Property The full path to the Revit Macros module. Namespace: Autodesk.Revit.UI.MacrosAssembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.4.0.0 (26.4.0.0) Syntax C# public string AddinFolder { get; }Property ValueStringImplementsIEntryPoint.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. See AlsoReferenceApplicationEntryPoint ClassAutodesk.Revit.UI.Macros Namespace