Click or drag to resize

IPlotExportToFile Method

Exports the plot to a file image.

Namespace:  EMInvent.InventSim.COMServer
Assembly:  InventSim (in InventSim.exe) Version: 5.1.12.6+develop
Syntax
bool ExportToFile(
	string fileName,
	int imgWidth,
	int imgHeight
)

Parameters

fileName
Type: SystemString
File name of the exported image.
imgWidth
Type: SystemInt32
Width of the image.
imgHeight
Type: SystemInt32
Height of the image.

Return Value

Type: Boolean
See Also