ISInterface:ExportSet

From Lavish Software Wiki
Jump to navigation Jump to search

Syntax

  • bool ExportSet(unsigned long &SetGUID, char *Filename)

Purpose

Save a given set and all their subsets and settings to Filename

Usage

Parameters

  • unsigned long &SetGUID
[in] Unique identifier of the set you want to save
  • char *Filename
[in] Filename you want to save your settings to

Return Value

  • bool
Returns true on success, false on failure

Examples

*pISInterface->ExportSet(ParentSet,"default.xml");

See Also