 | ParticleSourceCharge Property |
Gets/sets the charge value in electrons for an ion particle source.
Set only accessible for an ion type particle source.
Namespace: ema3d.Api.V25.Charging.ExcitationAssembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntaxpublic double Charge { get; set; }
Public Property Charge As Double
Get
Set
public:
property double Charge {
double get ();
void set (double value);
}
member Charge : float with get, set
Property Value
Double
See Also