CPlotView:GetTitle
The GetTitle method returns the title of the Plot Window.
strTitle = CPlotView:GetTitle()
On success, the title of the CPlotView window is returned as strTitle.
On failure, nil is returned.
The following script returns the title of an attachedPlot Window:
|
-- attach a plot window from the Mira desktop |
|
-- return the window title |
|
-- list the window title. |
Mira Pro x64 Script User's Guide, Copyright Ⓒ 2023 Mirametrics,
Inc. All Rights Reserved.