Share

AcDbDatabase::getDetailViewStyleDictionary Method

C++

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

Description

This method opens the AcDbDictionary under the "ACAD_DETAILVIEWSTYLE" key in the named object dictionary. This dictionary contains AcDbDetailViewStyle 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?