StkAttitudeFileAttitudeCreateAxes Method  | 
 
            Creates an 
Axes whose time-varying orientation is computed by interpolating
            over the attitude 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 abstract Axes CreateAxes()
Public MustOverride Function CreateAxes As Axes
public:
virtual Axes^ CreateAxes() abstract
abstract CreateAxes : unit -> Axes 
Return Value
Type: 
AxesThe point.
See Also