Read-only
About Views

GetPlotTitle Method

Description

Get title of one plot.

VB Syntax

pltsView.GetPlotTitle(plotIndex, title)

Variable

(Type) - Description

pltsView

(object) - A PLTSView object

plotIndex

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

title

(String) Plot title.

Return Type

String

Default

None

Examples

Dim title As String = ""

pltsView.GetPlotTitle(1, title)

Console.WriteLine(title)

See an example program.

C++ Syntax

HRESULT GetPlotTitle(SHORT plotIndex, BSTR* title);

Interface

IPLTSView