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





Windows & Linux

Description

K0 coefficient. Dimensionless.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property K0() As Double
[C#]
public double K0 {get; set;}
[Managed C++]
public: __property double get_K0();
public: __property void set_K0( double );
[Unmanaged C++]
public: HRESULT get_K0(
    double * pVal
);
public: HRESULT put_K0(
    double InVal
);
[Java]
public double getK0();
public void setK0(
    double
);
[Python - STK API ]
@property
def K0(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.