.NET Framework Class Library
Plot.LoadPlotSetup Method

<< Click to Display Table of Contents >>

Navigation:  Programming Mechworks PDM > .NET API > MwPDMApi Namespace > Plot Class > Plot Methods >

.NET Framework Class Library
Plot.LoadPlotSetup Method

Load the setup of a plotter from a file

Namespace: MwPDMApi
Assembly:  MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

Visual Basic

Public Sub LoadPlotSetup ( _

fullPathName As String _
)

C#

public void LoadPlotSetup(

string fullPathName
)

Visual C++

public:

void LoadPlotSetup(
String^ fullPathName
)

JavaScript

function loadPlotSetup(fullPathName);

Parameters

fullPathName

Type: System.String
The complete file path

Remarks

The file must have been created with the command SavePlotSetup.

The file loaded must have a .PAR extension.

See Also

Plot Class

Plot Members

MwPDMApi Namespace