.NET Framework Class Library
Plot.PlotAll Method
|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > .NET API > MwPDMApi Namespace > Plot Class > Plot Methods > .NET Framework Class Library |
Plots all the documents of the selected list (for the Documents Page) or of the actual Query list (for the Query page) using the setup parameters. If a file name is specified, plots all drawings retrieved from it.
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Sub PlotAll ( _ Optional listFileName As String = "", _ |
C# |
|---|
public void PlotAll( string listFileName = "", |
Visual C++ |
|---|
public: void PlotAll( |
JavaScript |
|---|
function plotAll(listFileName, silentMode, allowDuplicatedEntries); |
Parameters
listFileName (Optional)
Type: System.String
Optional. The file containing the full path name of the documents to be plotted.
silentMode (Optional)
Type: System.Boolean
Optional. TRUE plots in silent mode, FALSE asks confirmation for printing (available with listFileName)
allowDuplicatedEntries (Optional)
Type: System.Boolean
Optional. TRUE duplicated file names are allowed, FALSE otherwise (available with listFileName)
Remarks
See Also