StkEphemerisFileCreatePoint Method  | 
 
            Creates a 
Point whose time-varying position is computed by interpolating
            over the ephemeris data held by this instance.
            
 
    Namespace: 
   AGI.Foundation.Stk
    Assembly:
   AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic Point CreatePoint()
Public Function CreatePoint As Point
public:
Point^ CreatePoint()
member CreatePoint : unit -> Point 
Return Value
Type: 
PointThe point.
Exceptions
See Also