AGI STK Astrogator 11 Send comments on this topic.
K0 Property (IAgVAEngineModelThrustCoefficients)
See Also 





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 * pRetVal
);
public: HRESULT put_K0(
double NewK0
);

[Java]
public double getK0();public void setK0(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1