Difference between revisions of "ISInterface:RemoveLSTypeDefinition"

From Lavish Software Wiki
Jump to navigation Jump to search
 
(No difference)

Latest revision as of 23:30, 7 September 2005

Syntax

  • bool RemoveLSTypeDefinition(class LSTypeDefinition &Type)

Purpose

To remove a data type created with AddLSTypeDefinition

Usage

Parameters

  • class LSTypeDefinition &Type
[in]The type to remove

Return Value

  • bool
Returns true on success, false on failure

Examples

See Also