StkEphemerisFileConfigureFromPointInterpolator Method |
Namespace:
AGI.Foundation.Stk
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public 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