API Reference > OdDbRoot Classes > OdDbBaseLayerPE Class > OdDbBaseLayerPE Methods > OdDbBaseLayerPE::setIsOff Method
OdDbBaseLayerPE::setIsOff Method
Syntax
C++
virtual void setIsOff(OdRxObject* obj, bool off) const = 0;
Parameters 
Description 
OdRxObject* obj 
[in] A pointer to a layer object.  
bool off 
[in] A new on / off status value (true for off, false for on). 

Sets the on / off status of this Layer. 

 

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