PathPointBuilder Constructor (Cartesian, JulianDate) |
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.3.420.0 (24.3.420.0)
Syntaxpublic PathPointBuilder(
Cartesian position,
JulianDate date
)
Public Sub New (
position As Cartesian,
date As JulianDate
)
public:
PathPointBuilder(
Cartesian position,
JulianDate date
)
new :
position : Cartesian *
date : JulianDate -> PathPointBuilder
Parameters
- position
- Type: AGI.Foundation.Coordinates.Cartesian
The point's position. - date
- Type: AGI.Foundation.Time.JulianDate
The point's date.
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