Share

AcDbDatabase::getSectionManager

C++

Acad::ErrorStatus getSectionManager(
    AcDbSectionManager*& pMgr, 
    AcDb::OpenMode mode = AcDb::kForRead
) const;

Description

This function gets a pointer to the section manager object.

Returns Acad::eOk if successful, or Acad::eKeyNotFound if the database has never contained any section planes since its creation.

Parameters

Parameters Description
pMgr Output pointer to receive the manager object
mode Input mode in which to open the object

Links

AcDbDatabase Class

Was this information helpful?