STK AviatorSend comments on this topic.
PushPullG Property (IAgAvtrBasicManeuverStrategyPushPull)
See Also
Windows





Windows & Linux

Description

Gets or sets the G force of the maneuver.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property PushPullG() As Double
[C#]
public double PushPullG {get; set;}
[Managed C++]
public: __property double get_PushPullG();
public: __property void set_PushPullG( double );
[Unmanaged C++]
public: HRESULT get_PushPullG(
    double * pVal
);
public: HRESULT put_PushPullG(
    double newVal
);
[Java]
public double getPushPullG();
public void setPushPullG(
    double
);
[Python - STK API ]
@property
def PushPullG(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.