Share

plotStyleName Method

Overload List

Method Description
AcDbLayerTableRecord::plotStyleName (Acad::ErrorStatus *) Returns the name of the plot style for the AcDbLayerTableRecord object.
AcDbLayerTableRecord::plotStyleName (AcDbObjectId&, AcString &, bool&) Returns the layer global plot style name, or the override plot style if an override exists for the supplied viewport. In addition, isOverride carries the override state.if a null viewport object ID is passed in, the global layer plot style will be returned.
AcDbLayerTableRecord::plotStyleName (AcDbObjectId&, bool *, Acad::ErrorStatus *) Returns the layer global plot style name, or the override plot style name, if an override exists for the supplied viewport. In addition, isOverride carries the override state.A NULL viewport object id may be passed in; the global layer plot style name will be returned.
AcDbLayerTableRecord::plotStyleName (AcDbObjectId&, bool&) Deprecated. Returns the layer global plot style name, or the override plot style name if an override exists for the supplied viewport.It is the caller's responsibility to free the returned string; acutDelString() is the preferred way to delete this string. In addition, isOverride carries the override state.A NULL viewport object id may be passed in; the global layer plot style name will be returned.
AcDbLayerTableRecord::plotStyleName (AcString &) This function returns the name of the plot style for the layer table record.The plotStyleName value is used for DXF group code 390.
AcDbLayerTableRecord::plotStyleName () 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.

Was this information helpful?