Goblin - A Platform for 3D AR and VR Applications

ParamCollection.IndexOf Method 

Returns the zero-based index of the first occurrence of a Param in the ParamCollection.

public virtual int IndexOf(
   Param item
);

Parameters

item
The Param to locate in the ParamCollection.

Return Value

The zero-based index of the first occurrence of item in the entire ParamCollection, if found; otherwise, -1.

See Also

ParamCollection Class | DDW.CSharp.Dom Namespace