ScrGetStackupLayerThickness

Returns the thickness of a specified layer.
UI Command:   None.
Syntax:   obj.ScrGetStackupLayerThickness(<layerName>)
Parameters:  

BSTR layerName

Return Value:  

BSTR layer thickness

VB Example:  

obj.ScrGetStackupLayerThickness("Layer 1")

IPY Example:  

oDoc.ScrGetStackupLayerThickness('Layer 1')