Get the shielding thicknesses. Dose and dose rate can be computed for each thickness.
Read-only property
[Visual Basic .NET] |
---|
Public Property ShieldingThicknesses() As IAgDoublesCollection |
[C#] |
---|
public IAgDoublesCollection ShieldingThicknesses {get;} |
[Managed C++] |
---|
public: __property IAgDoublesCollection ^ get_ShieldingThicknesses(); |
[Unmanaged C++] |
---|
public: HRESULT get_ShieldingThicknesses( IAgDoublesCollection ** ppRetVal ); |
[Java] |
---|
public IAgDoublesCollection getShieldingThicknesses(); |
[Python - STK API ] |
---|
@property def ShieldingThicknesses(self) -> "IAgDoublesCollection": |