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