AddInIdGetAddInName Method |
name of addin associated with this AddInId
Attempts to obtain the name from loaded Third Party AddIns
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic string GetAddInName()
Public Function GetAddInName As String
public:
String^ GetAddInName()
member GetAddInName : unit -> string
Return Value
String
name of addin
See Also