Share

AcDbObjectPointer Constructor

Overload List

Method Description
AcDbObjectPointer::AcDbObjectPointer () Default constructor.
AcDbObjectPointer::AcDbObjectPointer (AcDbObjectId, AcDb::OpenMode, bool) Opens the object objId with the specified mode. In effect, this function has the same effect as calling acdbOpenObject.
AcDbObjectPointer::AcDbObjectPointer (AcDbObjectPointer &) Copy constructor.
AcDbObjectPointer::AcDbObjectPointer (AcDbObjectPointer&&) Copy constructor.
AcDbObjectPointer::AcDbObjectPointer (T_OBJECT *) Copy constructor.

Was this information helpful?