Gets or sets the value that specifies the percentage of points to remove.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public double PercentageToRemove { get; set; }
VB
Public Property PercentageToRemove As Double Get Set
C++
public: property double PercentageToRemove { double get (); void set (double value); }
Property Value
DoubleExceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when set the value which is not in the range of [0,1]. |