ScrExportLayerStackup

Exports the current layer stackup to a specified file (*.stk OR *.xml).

UI Command:   Export > Layer Stackup, OR Export > Layer Stackup XML.
Syntax:   obj.ScrExportLayerStackup(<outputFileName>)
Parameters:  

BSTR outputFileName (include extension)

Return Value:  

None.

VB Example:  

obj.ScrExportLayerStackup("C:/Documents/stack.xml")

IPY Example:  

oDoc.ScrExportLayerStackup('C:/Documents/stack.stk')