StkEphemerisFileConfigureFromPointInterpolator 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 ConfigureFromPointInterpolator(
	PointInterpolator pointInterpolator
)
Public Sub ConfigureFromPointInterpolator ( 
	pointInterpolator As PointInterpolator
)
public:
void ConfigureFromPointInterpolator(
	PointInterpolator^ pointInterpolator
)
member ConfigureFromPointInterpolator : 
        pointInterpolator : PointInterpolator -> unit 
Parameters
- pointInterpolator
 - Type: AGI.Foundation.GeometryPointInterpolator
            The PointInterpolator with which to configure this instance.  The point's
            Interpolator and ReferenceFrame
            properties, as well as the interpolator's Data property,
            must not be .
             
Exceptions
See Also