STK AstrogatorSend comments on this topic.
E6 Property (IAgVAEngineModelThrustCoefficients)
See Also
Windows





Windows & Linux

Description

E6 exponent. Dimensionless.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property E6() As Double
[C#]
public double E6 {get; set;}
[Managed C++]
public: __property double get_E6();
public: __property void set_E6( double );
[Unmanaged C++]
public: HRESULT get_E6(
    double * pVal
);
public: HRESULT put_E6(
    double InVal
);
[Java]
public double getE6();
public void setE6(
    double
);
[Python - STK API ]
@property
def E6(self) -> float:

@E6.setter
def E6(self, InVal:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.