Share

AcDbPlotSettings::setPlotSettingsName

C++

ACDBCORE2D_PORT Acad::ErrorStatus setPlotSettingsName(
    const ACHAR * plotSettingsName
);

Description

This method allows you to set the name of your plot settings.

Warning

The caller is responsible for making sure that a specified PC3 file is resident in the appropriate directory on the users system.

Parameters

Parameters Description
plotSettingsName Input pointer to plot settings name

Previous Declaration

Acad::ErrorStatus setPlotSettingsName(const ACHAR * plotSettingsName);

Links

AcDbPlotSettings

Was this information helpful?