STK ObjectsSend comments on this topic.
ComputeSAAFluxIntensity Method (IAgSpEnvSAAContour)
See Also
time
Windows





Windows & Linux

Description

Compute SAA flux intensity at the specified time on the vehicle's channel. Uses DateFormat and FluxIntensity Dimensions.

Syntax

[Visual Basic .NET]
Public Function ComputeSAAFluxIntensity( _
    ByVal time As System.Object _
) As Double
[C#]
public double ComputeSAAFluxIntensity(
    System.Object time
);
[Managed C++]
public: double ComputeSAAFluxIntensity(
    VARIANT time
);
[Unmanaged C++]
public: HRESULT ComputeSAAFluxIntensity(
    VARIANT time,
    double * pSAAFluxIntensity
);
[Java]
public double computeSAAFluxIntensity(
    AgVariant time
);
[Python - STK API ]
def ComputeSAAFluxIntensity(self, time:typing.Any) -> float:

Parameters

time

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.