STK AstrogatorSend comments on this topic.
DstDTc Property (IAgVADensityModelPlugin)
See Also
Windows





Windows & Linux

Description

Temperature change calculated from disturbance storm time (DstDTc). Dimensionless.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property DstDTc() As Double
[C#]
public double DstDTc {get; set;}
[Managed C++]
public: __property double get_DstDTc();
public: __property void set_DstDTc( double );
[Unmanaged C++]
public: HRESULT get_DstDTc(
    double * pVal
);
public: HRESULT put_DstDTc(
    double InVal
);
[Java]
public double getDstDTc();
public void setDstDTc(
    double
);
[Python - STK API ]
@property
def DstDTc(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.