API Reference > OdDb Classes > OdDbWipeoutVariables Class > OdDbWipeoutVariables Methods > OdDbWipeoutVariables::setShowFrame Method
OdDbWipeoutVariables::setShowFrame Method
Syntax
C++
virtual void setShowFrame(bool showFrame, bool bUpdateWIPEOUTFRAME = true);
Parameters 
Description 
bool showFrame 
[in] Controls frame visibility  
bool bUpdateWIPEOUTFRAME = true 
[in] Controls if WIPEOUTFRAME system variable is also updated. 

Sets the frame display flag for this Variables object (DXF 70).

WIPEOUTFRAME was introduced in 2013 file format and should be used to control frame visiblity. bUpdateWIPEOUTFRAME argument added to keep existing code working.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.