Click or drag to resize

PathPointBuilder Constructor (CentralBody, Cartographic, JulianDate, Color)

Initializes a PathPointBuilder with the given position, date, and color.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
public PathPointBuilder(
	CentralBody centralBody,
	Cartographic position,
	JulianDate date,
	Color color
)

Parameters

centralBody
Type: AGI.Foundation.Celestial.CentralBody
The central body the position is defined on.
position
Type: AGI.Foundation.Coordinates.Cartographic
The point's position.
date
Type: AGI.Foundation.Time.JulianDate
The point's date.
color
Type: System.Drawing.Color
The point's color.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when centralBody is null.
Remarks
The point's translucency is initialized to zero, its outline color is initialized to black, and its outline translucency is initialized to 0.
See Also