ExtensionIdAttribute Class
Autodesk.Connectivity.Extensibility.Framework›Autodesk.Connectivity.Extensibility.Framework
Define the [assembly: ExtensionId] attribute which MUST be specified for your extension to be loaded. Each extension should have a unique ID.
Syntax
public sealed class ExtensionIdAttribute : System.Attribute
Public NotInheritable Class ExtensionIdAttribute
Inherits System.Attribute
Properties
| Name | Description |
|---|
| Id | Gets the unique ID for the extension. |
Inheritance Hierarchy
- System.Object
- System.Attribute
- Autodesk.Connectivity.Extensibility.Framework.ExtensionIdAttribute
See Also