MagneticCoilTorqueMagneticFieldVector Property |
Gets or sets a vector describing the magnetic field that the coil
is subjected to. This is usually a MagneticFieldVector.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Vector MagneticFieldVector { get; set; }
Public Property MagneticFieldVector As Vector
Get
Set
public:
property Vector^ MagneticFieldVector {
Vector^ get ();
void set (Vector^ value);
}
member MagneticFieldVector : Vector with get, set
Property Value
Type:
VectorSee Also