2021 Class
Changes 0
C

AddInId

Description:
Identifies an AddIn registered with Revit
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.AddInId
public class AddInId : IDisposable
Name Return Type Description
C AddInId(Guid) None creates an AddInId object with a given GUID
Name Return Type Description
M Dispose() None Releases all resources used by the
M GetAddInNameFromDocument(Document) name of application name of application associated with this ApplicationId First attempts to obtain the name from AddInIds stored in the document. If unsuccessful, attempts to obtain the name from loaded Third Party AddIns.
M GetAddInName() name of addin name of addin associated with this AddInId Attempts to obtain the name from loaded Third Party AddIns
M GetGUID() Guid value of the AddInId as a GUID
Name Return Type Description
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.