ScrSetConformalCoatLayers

Introduce or remove conformal coating (a set of dielectric layers on the top and bottom of every package and PCB in the design).

These layers have a default material of "SolderMask" and a default thickness of 15 microns.

UI Command:   None.
Syntax:   obj.ScrSetConformalCoatLayers(<setConformalCoat>)
Parameters:  

INT setConformalCoat (1 = add conformal coat layers, 0 = remove all conformal coat layers)

Return Value:  

INT number of layers changed, added, or removed.

VB Example:  

obj.ScrSetConformalCoatLayers(1)

IPY Example:  

oDoc.ScrSetConformalCoatLayers(1)