Share

AcDbEvalConnectable

Class Hierarchy

AcRxObject
    AcGiDrawable
        AcDbObject
            AcDbEvalExpr
                AcDbEvalConnectable

C++

class AcDbEvalConnectable : public AcDbEvalExpr;

File

dbeval.h

Description

This class implements a runtime inspection interface for named properties on AcDbEvalExpr objects. Objects implementing this class expose a collection of named, typed properties and semantics for connecting properties between AcDbEvalGraph-resident connectable instances.

Links

AcDbEvalConnectable Constructor, AcDbEvalConnectable Methods

Was this information helpful?