VestaBspEphemerisProviderSunPoint Property |
Gets or sets a point representing the location of the Sun.
Setting this point will also
cause the point in this class representing Vesta to
be modeled as orbiting this updated point.
Namespace:
AGI.Foundation.Spice
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Point SunPoint { get; set; }
Public Property SunPoint As Point
Get
Set
public:
property Point^ SunPoint {
Point^ get ();
void set (Point^ value);
}
member SunPoint : Point with get, set
Property Value
Type:
PointSee Also