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






Windows & Linux

Description

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

Syntax

[Visual Basic .NET]
Public Function ComputeProtonFluxes( _
   ByVal Time As System.Object _
) As System.Array

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

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

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

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

Parameters

Time

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface