Goblin - A Platform for 3D AR and VR Applications

ExpressionRootCollection.Remove Method 

Removes the first occurrence of a specific ExpressionRoot from the ExpressionRootCollection.

public virtual void Remove(
   ExpressionRoot item
);

Parameters

item
The ExpressionRoot to remove from the ExpressionRootCollection.

Exceptions

Exception Type Condition
ArgumentException The specified ExpressionRoot was not found in the ExpressionRootCollection.

See Also

ExpressionRootCollection Class | DDW.CSharp.SymbolTable Namespace