Share

setShadePlot Method

Overload List

Method Description
AcDbPlotSettings::setShadePlot (AcDbPlotSettings::ShadePlotType) This function sets the plot settings for shaded plotting.This function does not support either the kVisualStyle or kRenderPreset values in the ShadePlotType enum. To set either kVisualStyle or kRenderPreset as the shade plot type, use the overloaded setShadePlot() function and supply the object ID of the associated visual style or render preset.
AcDbPlotSettings::setShadePlot (AcDbPlotSettings::ShadePlotType, AcDbObjectId) Sets the plot settings for shaded or rendered plotting.If shade plot mode is set to kAsDisplayed or kRendered, the shadePlotId parameter is ignored and the shade plot object ID is automatically set to AcDbObjectId::kNull. If the shade plot mode is set to kVisualStyle or kRenderPreset, the shade plot object ID must point to a valid AcDbVisualStyle or AcDbRenderSettings object.Returns Acad::eOk on success.

Was this information helpful?