ScalarVariableAreaArgumentLatitudeIntegrationPoint Property |
Gets or sets the
Point used to determine the argument of latitude
at a particular time. This argument of latitude is then used to interpolate the area.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Point IntegrationPoint { get; set; }
Public Property IntegrationPoint As Point
Get
Set
public:
property Point^ IntegrationPoint {
Point^ get ();
void set (Point^ value);
}
member IntegrationPoint : Point with get, set
Property Value
Type:
PointSee Also