MagneticCoilTorqueDirectedArea Property |
Gets or sets the area of the coil multiplied by the unit vector that is normal
to the plane of the coil such that a positive current traveling through the coil
obeys the right hand rule.
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 DirectedArea { get; set; }
Public Property DirectedArea As Vector
Get
Set
public:
property Vector^ DirectedArea {
Vector^ get ();
void set (Vector^ value);
}
member DirectedArea : Vector with get, set
Property Value
Type:
VectorSee Also