Autodesk.AutoCAD.DatabaseServices Namespace > AssocValueProviderPE Class
AssocValueProviderPE Class   
Description

AcRx protocol extension pure virtual base class that defines protocol to get and set arbitrary simple scalar values of DBObjects. The values are identified by string names (needed if there is more than one of them for the same object) and their meaning is up to the implementor of the concrete protocol extension derived classes. 

The derived concrete classes implement this protocol for the individual DBObject classes that want to offer some named values. The immediate clients of this protocol are AssocVariable class that exposes this interface to provide the value of the variable and AssocValueDependency class that uses this interface to obtain the value from the dependent-on object.

Class Hierarchy
Autodesk.AutoCAD.DatabaseServices.AssocValueProviderPE
Visual Basic
Public abstract Class AssocValueProviderPE
Inherits RXObject
C#
public abstract class AssocValueProviderPE : RXObject;
Links
   Comments?