Write-only
About PLTS Plots

DrawPlot Method


Description

Draw the specified plot in the current window.

 VB Syntax

pltsView.DrawPlot name

Variable

(Type) - Description

pltsView

(object) - A PLTSView object

name

(String) Name of the plot to draw.  “ALL” for all plots.

Return Type

None

Default

None

Examples

pltsView.DrawPlot "TDD21"

C++ Syntax

HRESULT DrawPlot(BSTR name);

Interface

IPLTSView