 | IPlotExportToFile Method |
Exports the plot to a file image.
Namespace:
EMInvent.InventSim.COMServer
Assembly:
InventSim (in InventSim.exe) Version: 5.1.12.6+develop
Syntaxbool ExportToFile(
string fileName,
int imgWidth,
int imgHeight
)
Function ExportToFile (
fileName As String,
imgWidth As Integer,
imgHeight As Integer
) As Boolean
Dim instance As IPlot
Dim fileName As String
Dim imgWidth As Integer
Dim imgHeight As Integer
Dim returnValue As Boolean
returnValue = instance.ExportToFile(fileName,
imgWidth, 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