.NET Framework Class Library
Plot.Plot Method

<< Click to Display Table of Contents >>

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

.NET Framework Class Library
Plot.Plot Method

Plots the current selected document using the plot setup parameters.

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

Syntax

Visual Basic

Public Function Plot ( _

Optional docUid As String = "" _
) As String

C#

public string Plot(

string docUid = ""
)

Visual C++

public:

String^ Plot(
String^ docUid = L""
)

JavaScript

function plot(docUid);

Parameters

docUid (Optional)

Type: System.String
Optional. The unique id of the document to plot

Return Value

if plotting on a file, the filepath of plotting file created otherwise empty string

Remarks

Browser must be open and Documents Page or Query Page must be active, if no unique id is passed.

See Also

Plot Class

Plot Members

MwPDMApi Namespace