Computes dose rate information for each shielding thickness and returns a collection to access the computed data.
[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": |
- time