AGI STK Objects 11Send comments on this topic.
ComputeElectronIntegralFluxes Method (IAgVeSpEnvRadiation)
See Also
time
Windows






Windows & Linux

Description

Computes electron integral fluxes at the specified time, returned in an array of doubles (1 flux per electron energy). Uses FluxPerParticleEnergy Dimension.

Syntax

[Visual Basic .NET]
Public Function ComputeElectronIntegralFluxes( _
    ByVal time As System.Object _
) As 
[C#]
public System.Array ComputeElectronIntegralFluxes(
    System.Object time
);
[Managed C++]
public: System::Array ComputeElectronIntegralFluxes(
    VARIANT time
);
[Java]
public VariantArray computeElectronIntegralFluxes(
    VARIANT time
);
[Unmanaged C++]
public: HRESULT ComputeElectronIntegralFluxes(
    VARIANT time,
    SAFEARRAY * * ppRetVal
);

Parameters

time

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.