ScrGetLayerThickness

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

BSTR layerName

Return Value:  

DOUBLE layer thickness

VB Example:  

obj.ScrGetLayerThickness "TOP_LAYER"

IPY Example:  

oDoc.ScrGetLayerThickness('TOP_LAYER')