ApplicationCurrentUserAddinsLocation Property |
The folder location for .addin files for the current user.
Namespace: Autodesk.Revit.ApplicationServicesAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic string CurrentUserAddinsLocation { get; }
Public ReadOnly Property CurrentUserAddinsLocation As String
Get
public:
property String^ CurrentUserAddinsLocation {
String^ get ();
}
member CurrentUserAddinsLocation : string with get
Property Value
String
See Also