GLG Toolkit, C / C++ API Library  Version 4.6
Saving and Serialization

This group contains methods for saving and serializing drawings or individual objects. More...

Detailed Description

This group contains methods for saving and serializing drawings or individual objects.

Functions

GlgBoolean Save (char *filename)
 Saves this object to a file. More...
 

Function Documentation

◆ Save()

GlgBoolean Save ( char *  filename)

Saves this object to a file.

Parameters
filenameThe file to save the object to.
Returns
Success or failure status.

This is a wrapper for GlgSaveObject. See GlgSaveObject for more information.