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





Windows & Linux

Description

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

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property InterpolateEndG() As Double
[C#]
public double InterpolateEndG {get; set;}
[Managed C++]
public: __property double get_InterpolateEndG();
public: __property void set_InterpolateEndG( double );
[Unmanaged C++]
public: HRESULT get_InterpolateEndG(
    double * pVal
);
public: HRESULT put_InterpolateEndG(
    double newVal
);
[Java]
public double getInterpolateEndG();
public void setInterpolateEndG(
    double
);
[Python - STK API ]
@property
def InterpolateEndG(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.