C++
Acad::ErrorStatus getMLeaderStyleDictionary( AcDbDictionary*& pDict, AcDb::OpenMode mode = AcDb::kForRead );
Description
Gets the pointer to the AcDbDictionary object of the MLeader style dictionary in the named object dictionary.
Returns Acad::eOk if successful. Otherwise, returns Acad::eInvalidInput.
Parameters
Parameters | Description |
---|---|
pDict | Output address of the MLeader style dictionary that was opened |
mode | Input mode in which to open the dictionary; one of the AcDb::OpenMode enumerators |