Share

AcDbPlotSettings::getPlotViewName

C++

Acad::ErrorStatus getPlotViewName(
    const ACHAR *& viewName
) const;

Description

If a plot type of kView is selected, then this string specifies a named view that in turn specifies what portion of the layout to plot.

Parameters

Parameters Description
viewName Output pointer to named view indicating the portion of the layout to plot

Links

AcDbPlotSettings

Was this information helpful?