Read-only
About Views

GetPlotMeasurements Method

Description

Get the measurements in a plot.

VB Syntax

pltsView.GetPlotMeasurements(plotIndex, details)

Variable

(Type) - Description

pltsView

(object) - A PLTSView object

plotIndex

(short) Index of the plot (zero based).

details

(string) Detailed description in xml format.

Return Type

String

Default

None

Examples

Dim measDetails As String = ""

pltsView.GetPlotMeasurements(1, measDetails)

See an example program.

C++ Syntax

HRESULT GetPlotMeasurements(SHORT plotIndex, BSTR* details);

Interface

IPLTSView