Share

AcGsView::setBackground

C++

virtual void setBackground(
    const AcDbObjectId backgroundId
) = 0;

Description

This function sets the background on this view. The background set at this level has lower predence then the one set on AcDbViewportTableRecord or AcDbViewport.

Parameters

Parameters Description
backgroundId Input object ID of the AcDbBackground-derived object containing the background settings

Links

AcGsView Class

Was this information helpful?