PathPoint Constructor (Cartesian, JulianDate) | 
 
            Initializes a 
PathPoint with the given position and date.
            
 
    Namespace: 
   AGI.Foundation.Graphics
    Assembly:
   AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic PathPoint(
	Cartesian position,
	JulianDate date
)
Public Sub New ( 
	position As Cartesian,
	date As JulianDate
)
public:
PathPoint(
	Cartesian position, 
	JulianDate date
)
new : 
        position : Cartesian * 
        date : JulianDate -> PathPointParameters
- position
 - Type: AGI.Foundation.CoordinatesCartesian
The point's position. - date
 - Type: AGI.Foundation.TimeJulianDate
The point's date. 
Remarks
            The point's color is initialized to white and its translucency is initialized to zero.
            
See Also