| PileTypeParamsReinforcementVolumePercentage Property |
Gets or sets the percentage of reinforcement in the total volume
Namespace: TSD.API.Remoting.Foundations.CreateAssembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 23.1.0.154
Syntax public double ReinforcementVolumePercentage { get; set; }
Public Property ReinforcementVolumePercentage As Double
Get
Set
public:
property double ReinforcementVolumePercentage {
double get ();
void set (double value);
}
member ReinforcementVolumePercentage : float with get, set
Property Value
DoubleRemarks A value of 1 corresponds to 100%
See Also