Goblin - A Platform for 3D AR and VR Applications

ImportCollection.Remove Method 

Removes the first occurrence of a specific Import from the ImportCollection.

public virtual void Remove(
   Import item
);

Parameters

item
The Import to remove from the ImportCollection.

Exceptions

Exception Type Condition
ArgumentException The specified Import was not found in the ImportCollection.

See Also

ImportCollection Class | DDW.CSharp.Dom Namespace