AddInId
Description:
Identifies an AddIn registered with Revit
Identifies an AddIn registered with Revit
public class AddInId : IDisposable
| Name | Return Type | Description |
|---|---|---|
| AddInId(Guid) | None | creates an AddInId object with a given GUID |
| Name | Return Type | Description |
|---|---|---|
| Dispose() | None | Releases all resources used by the |
| 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. |
| GetAddInName() | name of addin | name of addin associated with this AddInId Attempts to obtain the name from loaded Third Party AddIns |
| GetGUID() | Guid | value of the AddInId as a GUID |
| Name | Return Type | Description |
|---|---|---|
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |