Share

AcDbPlotSettings::getPlotSettingsName

Description

These methods allow you to retrieve the current name of your plot settings.

When calling getPlotSettingsName() on an AcDbLayout (which is derived from AcDbPlotSettings), you should check the return string for NULL before attempting to access it. An empty string is a valid value for AcDbLayouts::getPlotSettingsName(), and the method will return eOk for a NULL name.

Parameters

Parameters Description
plotSettingsName Output pointer to name associated with AcDbPlotSettings object

Was this information helpful?