Goblin - A Platform for 3D AR and VR Applications

ExpressionRootCollection.RemoveAt Method 

Removes the element at the specified index of the ExpressionRootCollection.

public virtual void RemoveAt(
   int index
);

Parameters

index
The zero-based index of the element to remove.

Exceptions

Exception Type Condition
ArgumentOutOfRangeException

index is less than zero

-or-

index is equal to or greater than Count.

See Also

ExpressionRootCollection Class | DDW.CSharp.SymbolTable Namespace