ISInterface:UnloadSet
Jump to navigation
Jump to search
Syntax
- bool UnloadSet(unsigned long &SetGUID)
Purpose
To unload a given set
Usage
Parameters
- unsigned long &SetGUID
- [in] unique identifier of the set to unload
Return Value
- bool
- Returns true on success, false on failure
Examples
- pISInterface->UnloadSet(parentsetguid);