Share

AcDbSmartObjectPointer::AcDbSmartObjectPointer (ACDB_CLASS *) Constructor

C++

AcDbSmartObjectPointer(
    ACDB_CLASS * pObject
);

Description

This constructor simply opens the object.

Parameters

Parameters Description
pObject Input pointer to the object to obtain access to

Links

AcDbSmartObjectPointer Template

Was this information helpful?