Description
Shielding thickness at which the dose rate information was computed. Uses RadiationShieldThickness Dimension.
Property type
Read-only property
Syntax
[Visual Basic .NET] |
---|
Public Property ShieldingThickness() As Double
|
[C#] |
---|
public double ShieldingThickness {get;}
|
[Managed C++] |
---|
public: __property double get_ShieldingThickness();
|
[Unmanaged C++] |
---|
public: HRESULT get_ShieldingThickness(
double * pVal
);
|
[Java] |
---|
public double getShieldingThickness();
|
[Python - STK API] |
---|
@property
def ShieldingThickness(self) -> float:
|
See Also