Share

AcDbDictUtil::getPlotStyleNameId

Description

Retrieves the object ID of the AcDbPlaceHolder whose name is name.

Returns Acad::eOk on success. Returns eKeyNotFound if the item does not exist.

Parameters

Parameters Description
id Output object ID of the AcDbPlaceHolder object
name Input name of desired plot style name
pDb Input pointer to the database from which to retrieve the object ID

Was this information helpful?