Autodesk Vault ProfessionalVault API

VcetExtension Class

Autodesk.Connectivity.Extensibility.FrameworkAutodesk.Connectivity.Extensibility.Framework

An object representing an extension.

Syntax

public class VcetExtension 
Public Class VcetExtension 

Constructors

NameDescription
VcetExtension

Fields

NameDescription
DotNameRuntimeGets or sets the runtime requirements,set the default vaule equals Framework
InterfaceGets or sets the interface that is used to communicate with the extension.
ResolveFolderGets or sets the list of resolve folders.
RuntimeGets or sets the runtime requirements.
SettingGets or sets the settings, which are key=value pairs used to assist in loading and configuring extensions.
TypeGets or sets the type of the class that implements the interface.

Returned By

Where you get a VcetExtension — members that return one.

Inheritance Hierarchy

  • System.Object
  • Autodesk.Connectivity.Extensibility.Framework.VcetExtension

See Also