AddInId
Description:
Identifies an AddIn registered with Revit
Identifies an AddIn registered with Revit
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.AddInId
System.Object
Autodesk.Revit.DB.AddInId
public class AddInId : IDisposable
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| AddInId(Guid) | None | creates an AddInId object with a given GUID |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Dispose() | None | Releases all resources used by the AddInId | |
| Equals | None | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
| GetAddInName() | String | name of addin associated with this AddInId Attempts to obtain the name from loaded Third Party AddIns | |
| GetAddInNameFromDocument(Document) | String | 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. | |
| GetGUID() | Guid | value of the AddInId as a GUID | |
| GetHashCode | None | Serves as the default hash function. (Inherited from Object ) | Object |
| GetType | None | Gets the Type of the current instance. (Inherited from Object ) | Object |
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| IsValidObject | Boolean | Specifies whether the .NET object represents a valid Revit entity. |