Autodesk Vault ProfessionalVault API

ExtensionIdAttribute Class

Autodesk.Connectivity.Extensibility.FrameworkAutodesk.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

Constructors

NameDescription
ExtensionIdAttributeCreate an ExtensionIdAttribute

Properties

NameDescription
IdGets the unique ID for the extension.

Methods

NameDescription
Equals
GetHashCode

Inheritance Hierarchy

  • System.Object
  • System.Attribute
  • Autodesk.Connectivity.Extensibility.Framework.ExtensionIdAttribute

See Also