 | ParticleSourceSpectrumFile Property |
Gets/sets the file name for the file input type particle source.
On set, if the file exists and is different than the previous file, the spectrum file will be read in.
Set only accessible for a file input type particle source.
Namespace: ema3d.Api.V25.Charging.ExcitationAssembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntaxpublic string SpectrumFile { get; set; }
Public Property SpectrumFile As String
Get
Set
public:
property String^ SpectrumFile {
String^ get ();
void set (String^ value);
}
member SpectrumFile : string with get, set
Property Value
String
See Also