Gets or sets the value that specifies the percentage of points to remove.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public double PercentageToRemove { get; set; }
Visual Basic
Public Property PercentageToRemove As Double
	Get
	Set
Visual C++
public:
property double PercentageToRemove {
	double get ();
	void set (double value);
}

Remarks

This option only takes effect when UsePercentageToRemove is true.

Exceptions

ExceptionCondition
System..::..ArgumentException Thrown when set the value which is not in the range of [0,1].

See Also