CPlotView:GetTitle


The GetTitle method returns the title of the Plot Window.

Syntax

strTitle = CPlotView:GetTitle()

bullet.gif    On success, the title of the CPlotView window is returned as strTitle.

bullet.gif    On failure, nil is returned.

Example

The following script returns the title of an attachedPlot Window:

V = attachlist_plotview()

-- attach a plot window from the Mira desktop

strTitle = V:GetTitle()

-- return the window title

Printf("title = %s\n", strTitle)

-- list the window title.

Related Topics

CPlotView class

 


Mira Pro x64 Script User's Guide, Copyright Ⓒ 2023 Mirametrics, Inc. All Rights Reserved.