Share

Autodesk.AutoCAD.ComponentModel Namespace

Description

This is namespace Autodesk.AutoCAD.ComponentModel.

Dynamic-Link Library (DLL)

AcDbMgd.dll

Classes

Class Description
PropertyDescriptorBaseThis abstract class derives from System.ComponentModelClasses.PropertyDescriptor and provides some of the basic PropertyDescriptor functionality. Your derived class will need to... more
PropertyProviderAttributeThis attribute can be applied to a class and is used to associate IPropertyProvider objects with the target class.
TypeDescriptionProviderThis class can be used with the TypeDescriptionProviderAttribute to associate a custom TypeDescriptor with a class (specified with T). The... more
TypeDescriptorThis class implements Autodesk.AutoCAD.ComponentModel Classes.ITypeDescriptor, which provides methods for adding/removing properties as well as adding and removing per-instance PropertyProvider... more
TypeManager Manages a collection of TypeDescriptor objects

Interfaces

Interface Description
IPropertyProviderProvides access to optional or "per-instance" properties. Objects that implement this interface can be used by the TypeDescriptor class to... more
ITypeDescriptorThis interface is implemented by TypeDescriptor and provides facilities for adding/removing PropertyDescriptors and IPropertyProviders. There is a single instance... more

Was this information helpful?