Revit 2026 API
Add |
name of addin associated with this AddInId
Attempts to obtain the name from loaded Third Party AddIns
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public string GetAddInName()
Public Function GetAddInName As String
public: String^ GetAddInName()
member GetAddInName : unit -> string
Return Value
Stringname of addin
See Also