Share

AcDbEntity::plotStyleName

C++

ACHAR* plotStyleName() const;

Description

This function returns a copy of the plotStyleName string of the entity. The caller is responsible for deallocating the returned string.

The plotStyleName value is used for DXF group code 390.

Use Instead

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

History

AutoCAD 2019

This method has been marked as deprecated.

Links

AcDbEntity

Was this information helpful?