 | ParticleSourceAtomicNumber Property |
Gets/sets the atomic number for the particle source.
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 int AtomicNumber { get; set; }
Public Property AtomicNumber As Integer
Get
Set
public:
property int AtomicNumber {
int get ();
void set (int value);
}
member AtomicNumber : int with get, set
Property Value
Int32
See Also