ScrSaveToPngFile

Saves the current modeling workspace as an image file (*.png).
UI Command:   None.
Syntax:   obj.ScrSaveToPngFile(<fileName>)
Parameters:  

BSTR fileName (full path with extension)

Return Value:  

None.

VB Example:  

obj.ScrSaveToPngFile("D:/capture.png")

IPY Example:  

oDoc.ScrSaveToPngFile('D:/capture.png')