Share

AcDbAssocValueDependency Class

Class Hierarchy

AcRxObject
    AcGiDrawable
        AcDbObject
            AcDbAssocDependency
                AcDbAssocValueDependency

C++

class AcDbAssocValueDependency : public AcDbAssocDependency;

File

AcDbAssocValueDependency.h

Description

A concrete dependency class that represents a dependency on a scalar value, such as on a numerical variable. The dependent-on object needs to expose the AcDbAssocValueProviderPE protocol extension class that is used to obtain the value from the object. It is possible to specify the name of the value in case the object provides more than one value.

Links

AcDbAssocValueDependency Methods

Was this information helpful?