Remove method Removes an item from the namespaces
collection.
variable = object.Remove(name_or_index)
variable |
boolean |
true if the operation was successful and false
if not |
object |
ScriptManager2 or ScriptAggregate |
Previously created ScriptManager2/ScriptAggregate object |
name_or_index |
string or number |
Name or index of the namespace item from the namespaces
collection. |
Remarks:
Fails if the item does not exist in the collection or if the object is locked - see locked property
Applies to:
ScriptManager2 and ScriptAggregate
objects
See also:
C++ Helper SCPHOSTCLNT::Remove method
|