 | ParticleSourceNumberParticles Property |
Gets/sets the number of particles for the particle source.
Namespace: ema3d.Api.V25.Charging.ExcitationAssembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntaxpublic int NumberParticles { get; set; }
Public Property NumberParticles As Integer
Get
Set
public:
property int NumberParticles {
int get ();
void set (int value);
}
member NumberParticles : int with get, set
Property Value
Int32
See Also