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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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:
Point
See Also