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: 23.1.416.0 (23.1.416.0)
Syntaxpublic 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:
Vector
See Also