SurfaceSimplifyOptionsPercentageToRemove Property

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.292
Syntax
public double PercentageToRemove { get; set; }

Property Value

Double
Exceptions
ExceptionCondition
ArgumentException Thrown when set the value which is not in the range of [0,1].
Remarks
This option only takes effect when UsePercentageToRemove is true.
See Also