Vizard 7 » Command Index » Vizard modules » viz » <viz:window>.getName
7.6

<viz:window>.getName

Get the name of the window

<viz:window>.getName()  

Remarks

This command will return the name of the graphics window. The name is what appears in the title bar of the window.

Return Value

Window name

Example

print(viz.window.getName())

See also

<viz:window>.setName