STK AviatorSend comments on this topic.
UseStopFuelState Property (IAgAvtrProcedureBasicManeuver)
See Also
Windows





Windows & Linux

Description

Get whether to use stop fuel state.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseStopFuelState() As Boolean
[C#]
public bool UseStopFuelState {get; set;}
[Managed C++]
public: __property bool get_UseStopFuelState();
public: __property void set_UseStopFuelState( bool );
[Unmanaged C++]
public: HRESULT get_UseStopFuelState(
    VARIANT_BOOL * pVal
);
public: HRESULT put_UseStopFuelState(
    VARIANT_BOOL newVal
);
[Java]
public bool getUseStopFuelState();
public void setUseStopFuelState(
    bool
);
[Python - STK API ]
@property
def UseStopFuelState(self) -> bool:

@UseStopFuelState.setter
def UseStopFuelState(self, newVal:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.