Share

AcDbFrame

Class Hierarchy

AcRxObject
    AcGiDrawable
        AcDbObject
            AcDbEntity
                AcDbFrame
                    AcDbOleFrame

C++

class AcDbFrame : public AcDbEntity;

File

dbframe.h

Description

Abstract base class for OLE 2 container features (AcDbOleFrame and AcDbOle2Frame).

Remarks

AcDbFrame is a base class specifically used for AcDbOleFrame and AcDbOle2Frame. This class will likely never be used directly in an ARX application because the application will use AcDbOle2Frame to use the OLE 2 features.

See Also

AcDbObject, AcDbEntity, AcDbOleFrame, AcDbOle2Frame

Was this information helpful?