|
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 | name | string | | |
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.
|
|
(loadtime : 69ms) |