STK AviatorSend comments on this topic.
ParachuteArea Property (IAgAvtrBasicManeuverStrategyLTAHover)
See Also
Windows





Windows & Linux

Description

Gets or sets the parachute area for the Parachute mode.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ParachuteArea() As Double
[C#]
public double ParachuteArea {get; set;}
[Managed C++]
public: __property double get_ParachuteArea();
public: __property void set_ParachuteArea( double );
[Unmanaged C++]
public: HRESULT get_ParachuteArea(
    double * pVal
);
public: HRESULT put_ParachuteArea(
    double newVal
);
[Java]
public double getParachuteArea();
public void setParachuteArea(
    double
);
[Python - STK API ]
@property
def ParachuteArea(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.