Goblin - A Platform for 3D AR and VR Applications

ImportCollection.Add Method 

Adds a Import to the end of the ImportCollection.

public virtual int Add(
   Import item
);

Parameters

item
The Import to be added to the end of the ImportCollection.

Return Value

The index at which the value has been added.

See Also

ImportCollection Class | DDW.CSharp.Dom Namespace