Simulation & Probabilistic Analysis SDK
Add Distribution Fitting & Simulation Features to Your Applications

SPA SDK Help HomeLearn More About the SPA SDK

SPAGraphOptions.DestinationFileName (property)

Description

Sets or returns the path and name of the file into which the graphs will be saved. This property takes effect if the SPAApplication.GraphOptions.Destination property is set to one of the following values: SPABMPFile, SPAWMFFile, SPAEMFFile, SPAJPGFile, SPACSVFile.

Syntax

object.DestinationFileName

Return Value

(String) - the graph file path and name.

Example

Sub Test()
  SPAApplication.Initialize
  SPAApplication.GraphOptions.Destination = SPAEMFFile
  SPAApplication.GraphOptions.DestinationFileName = "d:\Graphs\graph.emf"
End Sub
  
Copyright © MathWave Technologies
www.mathwave.com