STK AstrogatorSend comments on this topic.
NN Property (IAgVAYarkovskyFunc)
See Also
Windows





Windows & Linux

Description

Yarkovsky effect n exponent. Dimensionless.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property NN() As Double
[C#]
public double NN {get; set;}
[Managed C++]
public: __property double get_NN();
public: __property void set_NN( double );
[Unmanaged C++]
public: HRESULT get_NN(
    double * pVal
);
public: HRESULT put_NN(
    double InVal
);
[Java]
public double getNN();
public void setNN(
    double
);
[Python - STK API ]
@property
def NN(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.