Share

AcDbDatabase::getSectionViewStyleDictionary Method

C++

ACDBCORE2D_PORT Acad::ErrorStatus getSectionViewStyleDictionary(
    AcDbDictionary*& pDict, 
    AcDb::OpenMode mode = AcDb::kForRead
);

Description

This method opens the AcDbDictionary under the "ACAD_SECTIONVIEWSTYLE" key in the named object dictionary. This dictionary contains AcDbSectionViewStyle objects.

Parameters

Parameters Description
pDict Output: pointer to AcDbDictionary opened with the requested mode
mode Input: open mode for the AcDbDictionary

Returns

Acad::eOk if successful

Links

AcDbDatabase Class

Was this information helpful?