PathPointBuilder Constructor (CentralBody, Cartographic, JulianDate) |
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public PathPointBuilder(
CentralBody centralBody,
Cartographic position,
JulianDate date
)
Public Sub New (
centralBody As CentralBody,
position As Cartographic,
date As JulianDate
)
public:
PathPointBuilder(
CentralBody^ centralBody,
Cartographic position,
JulianDate date
)
new :
centralBody : CentralBody *
position : Cartographic *
date : JulianDate -> PathPointBuilder
Parameters
- centralBody
- Type: AGI.Foundation.CelestialCentralBody
The central body the position is defined on. - position
- Type: AGI.Foundation.CoordinatesCartographic
The point's position. - date
- Type: AGI.Foundation.TimeJulianDate
The point's date.
Exceptions Remarks
The point's color is initialized to white, its translucency is initialized to zero, its outline color is initialized to black,
and its outline translucency is initialized to 0.
See Also