Goblin - A Platform for 3D AR and VR Applications

ScopeCollection.Remove Method 

Removes the first occurrence of a specific Scope from the ScopeCollection.

public virtual void Remove(
   Scope item
);

Parameters

item
The Scope to remove from the ScopeCollection.

Exceptions

Exception Type Condition
ArgumentException The specified Scope was not found in the ScopeCollection.

See Also

ScopeCollection Class | DDW.CSharp.SymbolTable Namespace