Share

AcDbLayerTableRecord::plotStyleName

C++

ACHAR* plotStyleName() const;

Description

This function returns a copy of the plotStyleName stringof the layer table record. The caller is responsible for deallocating the returned string.

The plotStyleName value is used for DXF group code 390.

Links

AcDbLayerTableRecord

Use Instead

ACDBCORE2D_PORT Acad::ErrorStatus plotStyleName(AcString &) const;

History

AutoCAD 2019

This method has been marked as deprecated.

Was this information helpful?