PdcCalculation.SaveImageToFile
Declaration
SaveImageToFile(FileName as String)
Description
Saves the calculationimage in the given filename.
Notes
This method saves the calculationimage in the given filename.
Parameters
FileName: The file to save the image to.
Code example
dim Filename
dim objCalc
set objCalc = pdc.OpenCalculation("1308-00012")
filename = "C:/test.jpg"
objCalc.SaveImageToFile filename
set objCalc = nothing
Availability
Available since August 2013, Version 4.3.