C++
ACDBCORE2D_PORT Acad::ErrorStatus getPlotSettingsName( AcString & plotSettingsName ) const;
Description
Returns 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 name associated with AcDbPlotSettings object |