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






Windows & Linux

Description

Computes electron 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 ComputeElectronFluxes( _
   ByVal Time As System.Object _
) As System.Array

[C#]
public System.Array ComputeElectronFluxes(
System.Object Time
);

[Managed C++]
public: System::Array ComputeElectronFluxes(
VARIANT Time
);

[Java]
public Object[] computeElectronFluxes(
Variant Time
);

[Unmanaged C++]
public: HRESULT ComputeElectronFluxes(
VARIANT Time,
SAFEARRAY ** Array
);

Parameters

Time

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface