StkEphemerisFileConfigureFromPoint Method  | 
  
    Namespace: 
   AGI.Foundation.Stk
    Assembly:
   AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic void ConfigureFromPoint(
	Point point,
	JulianDate start,
	JulianDate stop,
	Duration step,
	int order
)
Public Sub ConfigureFromPoint ( 
	point As Point,
	start As JulianDate,
	stop As JulianDate,
	step As Duration,
	order As Integer
)
public:
void ConfigureFromPoint(
	Point^ point, 
	JulianDate start, 
	JulianDate stop, 
	Duration step, 
	int order
)
member ConfigureFromPoint : 
        point : Point * 
        start : JulianDate * 
        stop : JulianDate * 
        step : Duration * 
        order : int -> unit 
Parameters
- point
 - Type: AGI.Foundation.GeometryPoint
The point from which to sample positions and optionally velocities and accelerations. - start
 - Type: AGI.Foundation.TimeJulianDate
The first date at which to sample the point. - stop
 - Type: AGI.Foundation.TimeJulianDate
The last date at which to sample the point. - step
 - Type: AGI.Foundation.TimeDuration
            The step between successive samples.  The duration between the second-to-last and last samples will
            be smaller than this step if the interval is not evenly disable by the step.
             - order
 - Type: SystemInt32
            The number of derivatives to include in the file.  0 includes position only, 1 also includes velocity, and
            2 (or greater) also includes acceleration.
             
Exceptions
See Also