Share

plotStyleName Method

Overload List

Method Description
AcDbEntity::plotStyleName (Acad::ErrorStatus *) Returns the name of the plot style name assigned to the entity.The plotStyleName value is used for DXF group code 390.
AcDbEntity::plotStyleName (AcString &) This function returns the name of the plot style name assigned to the entity.The plotStyleName value is used for DXF group code 390.
AcDbEntity::plotStyleName () 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.

Was this information helpful?