STK AviatorSend comments on this topic.
InterpolateInitG Property (IAgAvtrBasicManeuverAirspeedOptions)
See Also
Windows





Windows & Linux

Description

Gets or sets the initial G for the Interpolate Accel/Decel over Interval mode.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property InterpolateInitG() As Double
[C#]
public double InterpolateInitG {get; set;}
[Managed C++]
public: __property double get_InterpolateInitG();
public: __property void set_InterpolateInitG( double );
[Unmanaged C++]
public: HRESULT get_InterpolateInitG(
    double * pVal
);
public: HRESULT put_InterpolateInitG(
    double newVal
);
[Java]
public double getInterpolateInitG();
public void setInterpolateInitG(
    double
);
[Python - STK API ]
@property
def InterpolateInitG(self) -> float:

@InterpolateInitG.setter
def InterpolateInitG(self, newVal:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.