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