Particle.Index Property

ParticleIndex Property

Index in ParentSystem for this Particle. Can change when the particle system is modified.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public int Index { get; }
Public ReadOnly Property Index As Integer
	Get

Property Value

Type: Int32
See Also