Determines the index of the object that implements the IDynamicParticle and is specified by 'node'. This method is the wrapper of the 'IndexOf' method of the IList interface. Its benefit is to use object that implements the 'IDynamicParticle' instead of objects of type 'Object'.
[Visual Basic] Public Function IndexOf( _ ByVal particle As IDynamicParticle _ ) As Integer [C#] public int IndexOf( IDynamicParticle particle ); [C++] public: int IndexOf( IDynamicParticle* particle ); [JScript] public function IndexOf( IDynamicParticle particle ): int;
The index of the node.
ParticleList Class | XRules Namespace