 | PICOptionsBackgroundBField Property |
Background B-Field x,y,z applied to particles.
Namespace: ema3d.Api.V26.Charging.DomainAssembly: ema3d.Api.V26 (in ema3d.Api.V26.dll) Version: 0.0.0.0
Syntaxpublic IEnumerable<double> BackgroundBField { get; set; }Public Property BackgroundBField As IEnumerable(Of Double)
Get
Set
public:
property IEnumerable<double>^ BackgroundBField {
IEnumerable<double>^ get ();
void set (IEnumerable<double>^ value);
}member BackgroundBField : IEnumerable<float> with get, set
Property Value
IEnumerableDouble
See Also