.NET Framework Class Library
Plot.SavePlotSetup Method
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > Plot Class > Plot Methods > .NET Framework Class Library |
Save the setup of a plotter to a file
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Sub SavePlotSetup ( _ fullPathName As String _ |
C# |
|---|
public void SavePlotSetup( string fullPathName |
Visual C++ |
|---|
public: void SavePlotSetup( |
JavaScript |
|---|
function savePlotSetup(fullPathName); |
Parameters
fullPathName
Type: System.String
File name to save plot settings to.
See Also