 | TimeMagnetoSteps Property |
Gets/Sets the magnetostatic steps.
Namespace: ema3d.Api.V25.Core.DomainAssembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntaxpublic double[][] MagnetoSteps { get; set; }
Public Property MagnetoSteps As Double()()
Get
Set
public:
property array<array<double>^>^ MagnetoSteps {
array<array<double>^>^ get ();
void set (array<array<double>^>^ value);
}
member MagnetoSteps : float[][] with get, set
Property Value
Double
Remarks
Can pass in a jagged array of the form [[T1, Factor1],[T2, Factor2],...]
See Also