Revit 2026 API
ApplicationCurrent |
The folder location for .addin files for the current user.
Namespace: Autodesk.Revit.ApplicationServices
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public string CurrentUserAddinsLocation { get; }
Public ReadOnly Property CurrentUserAddinsLocation As String Get
public: property String^ CurrentUserAddinsLocation { String^ get (); }
member CurrentUserAddinsLocation : string with get
Property Value
StringSee Also