STK AviatorSend comments on this topic.
OverridePullG Property (IAgAvtrBasicManeuverStrategyPull)
See Also
Windows





Windows & Linux

Description

Gets or sets the pull G override value. The pull G mode must be set to override to access this property.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property OverridePullG() As Double
[C#]
public double OverridePullG {get; set;}
[Managed C++]
public: __property double get_OverridePullG();
public: __property void set_OverridePullG( double );
[Unmanaged C++]
public: HRESULT get_OverridePullG(
    double * pVal
);
public: HRESULT put_OverridePullG(
    double newVal
);
[Java]
public double getOverridePullG();
public void setOverridePullG(
    double
);
[Python - STK API ]
@property
def OverridePullG(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.