AGI STK Astrogator 11 Send comments on this topic.
NK Property (IAgVAYarkovskyFunc)
See Also 
Windows






Windows & Linux

Description

Yarkovsky effect k exponent. Dimensionless.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property NK() As Double

[C#]
public double NK {get; set;}

[Managed C++]
public: __property double get_NK();
public: __property void set_NK(
double
);

[Unmanaged C++]
public: HRESULT get_NK(
double * pRetVal
);
public: HRESULT put_NK(
double NewNK
);

[Java]
public double getNK();public void setNK(
double
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface