Share

AcDbEntity::getPlotStyleNameId

C++

AcDb::PlotStyleNameType getPlotStyleNameId(
    AcDbObjectId& id
) const;

Description

Returns with id set to the object ID of the AcDbPlaceHolder object referenced by the entity. The AcDbPlaceHolder object resides in the plot style name dictionary, and its key in the dictionary is the plot style name.

Use the AcDbDictionary::nameAt() function on the plot style name dictionary to get the plot style name string that corresponds to the ID obtained by this function.

Parameters

Parameters Description
id Returns the object ID of the AcDbPlaceHolder object representing the plotStyleName used by the entity

Links

AcDbEntity

Was this information helpful?