Whitebeam Template Reference Documentation

Site Map
 
Home
 
Application Guide
Reference
  Installation
  Configuration
  XML Markup
  JavaScript Classes
  ROM
  Templates
  Environment
  Dev Process
  Tools
  External Links
  Example libraries
Community
Contact Whitebeam
To-Do
Download
Credits
Licence
Whitebeam Users
 
 
 

Whitebeam Template Reference Documentation

Collection Template

typeRemove()

Delete an existing class of collection

See Also

rb.collection.typeSet()    rb.collection.typeRemove()    rb.collection.typeGet()   

Syntax

number = rb.collection.typeRemove(name)

Parameters

The 'typeRemove' method takes 1 parameter:

Name Type/Value Range/Length Description
namestring 

Results

The 'typeRemove' method returns number:

Type/Value Range/Length Description
number   ID of the type removed

Remarks

Specifies that a specifc class (or collection of classes) is removed.

Note! If you delete a collection type ALL arcs that reference that type are automatically deleted.

You should only very rarely need to delete types.

Whitebeam release 1.3.36
(loadtime : 55ms)