AddInId.GetGUID Method

AddInIdGetGUID Method

value of the AddInId as a GUID

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public Guid GetGUID()
Public Function GetGUID As Guid
public:
Guid GetGUID()
member GetGUID : unit -> Guid 

Return Value

Guid
GUID value of the AddInId
See Also