Action
SaveView
Description
Saves the current view to a local
.oxv
file.
Examples
with Cube1
Call setValue("DirNameSave", "c:\cubes\")
Call setValue("FileNameSave", "view.oxv")
call .doAction("SaveView")
end with
Example Explanation
Saves the cube view to the view.oxv file.
Examples
with Cube1
Call setValue("FileNameSave", "")
call .doAction("SaveView")
end with
Example Explanation
Forces the save view dialog to appear and asks for a file name. This is the same as action
SaveViewAs
.
See also
SetValue
Sets a cube variable value.
OpenView
Open a previously saved view.
OpenWWWDir
Open a previously saved view from a web address.
Notes
If you can save your file inside a web server, that file can be open from its URL directly.