ISInterface:CopySet

From Lavish Software Wiki
Jump to navigation Jump to search

Syntax

  • bool CopySet(unsigned long &ToSetGUID, unsigned long FromSetGUID)

Purpose

To copy from one set to another

Usage

Parameters

  • unsigned long &ToSetGUID
[out] unique identifier of the set to be copied to
  • unsigned long FromSetGUID
[in] unique identifier of the set to be copied from

Return Value

  • bool
Returns true on success, false on failure

Examples

  • pISInterface->CopySet(newsetguid,oldsetguid);

See Also