Share

AcDbEntity::plotStyleName

C++

AcString plotStyleName(
    Acad::ErrorStatus * pEs
) const;

Description

Returns the name of the plot style name assigned to the entity.

The plotStyleName value is used for DXF group code 390.

Parameters

Parameters Description
pEs Output pointer that contains an error status value

Returns

String containing the name of the plot style.

Links

AcDbEntity

Was this information helpful?