 | ParticleSourceOverrideFileCurrents Property |
Gets/sets a boolean that overrides current in imported file with the value from current.
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 bool OverrideFileCurrents { get; set; }
Public Property OverrideFileCurrents As Boolean
Get
Set
public:
property bool OverrideFileCurrents {
bool get ();
void set (bool value);
}
member OverrideFileCurrents : bool with get, set
Property Value
Boolean
See Also