ScrGetMetalLayerFillerMaterial

Returns a specified metal layer's filler material.

UI Command:   None.
Syntax:   obj.ScrGetMetalLayerFillerMaterial(<layerName>)
Parameters:  

BSTR layerName

Return Value:  

BSTR materialName

VB Example:  

obj.ScrGetMetalLayerFillerMaterial("LAYER3")

IPY Example:  

oDoc.ScrGetMetalLayerFillerMaterial('LAYER3')