ScrSetMetalLayerFillerMaterial
| Assigns a specified filler material to a specified metal layer. | |
| UI Command: | Home > Layer Stackup Editor. Select metal layer and change Dielectric Fill. |
| Syntax: | obj.ScrSetMetalLayerFillerMaterial(<layerNameBstr>, <layerFillerMaterialBstr>) |
| Parameters: | BSTR layerNameBstr BSTR layerFillerMaterialBstr |
| Return Value: | BOOL 0 – Failure 1 – Success |
| VB Example: | ' outcome is TRUE on success, FALSE if specified layer or material could not be located outcome = obj.ScrSetMetalLayerFillerMaterial("SURFACE", "FR-4") |
| IPY Example: | oDoc.ScrSetMetalLayerFillerMaterial('SURFACE', 'FR-4') |