STK AstrogatorSend 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 * pVal
);
public: HRESULT put_NK(
    double InVal
);
[Java]
public double getNK();
public void setNK(
    double
);
[Python - STK API ]
@property
def NK(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.