STK ObjectsSend comments on this topic.
ComputeDoseRates Method (IAgVeSpEnvRadiation)
See Also
time
Windows





Windows & Linux

Description

Computes dose rate information for each shielding thickness and returns a collection to access the computed data.

Syntax

[Visual Basic .NET]
Public Function ComputeDoseRates( _
    ByVal time As System.Object _
) As IAgVeSpEnvRadDoseRateCollection
[C#]
public IAgVeSpEnvRadDoseRateCollection ComputeDoseRates(
    System.Object time
);
[Managed C++]
public: IAgVeSpEnvRadDoseRateCollection^ ComputeDoseRates(
    VARIANT time
);
[Unmanaged C++]
public: HRESULT ComputeDoseRates(
    VARIANT time,
    IAgVeSpEnvRadDoseRateCollection ** ppVal
);
[Java]
public IAgVeSpEnvRadDoseRateCollection computeDoseRates(
    AgVariant time
);
[Python - STK API ]
def ComputeDoseRates(self, time:typing.Any) -> "IAgVeSpEnvRadDoseRateCollection":

Parameters

time

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.