getPlotSettingsName Method
Overload List
Topic |
Description |
---|
AcDbPlotSettings::getPlotSettingsName |
These methods allow you to retrieve the current name of your plot settings.When calling getPlotSettingsName() on an AcDbLayout (which... more |
AcDbPlotSettings::getPlotSettingsName (ACHAR *&) |
Deprecated. 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. |
AcDbPlotSettings::getPlotSettingsName (AcString &) |
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. |