 | ParticleSourceSyncSTK Property |
Gets boolean indicating whether the paricle source is synced with STK.
On set, if true, the spectrum file will be read from STK.
Set only accessible for a STK input type particle source.
Namespace: ema3d.Api.V25.Charging.ExcitationAssembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntaxpublic bool SyncSTK { get; set; }
Public Property SyncSTK As Boolean
Get
Set
public:
property bool SyncSTK {
bool get ();
void set (bool value);
}
member SyncSTK : bool with get, set
Property Value
Boolean
See Also