Goblin - A Platform for 3D AR and VR Applications

ImportCollection.AddRange Method (Import[])

Adds the elements of a Import array to the current ImportCollection.

public virtual int AddRange(
   Import[] x
);

Parameters

x
The Import array whose elements should be added to the end of the ImportCollection.

Return Value

The new Count of the ImportCollection.

See Also

ImportCollection Class | DDW.CSharp.Dom Namespace | ImportCollection.AddRange Overload List