Gets or sets whether to use percentage of points to remove.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0
Syntax
C#
public bool UsePercentageToRemove { get; set; }
Visual Basic
Public Property UsePercentageToRemove As Boolean
Get
Set
Visual C++
public: property bool UsePercentageToRemove { bool get (); void set (bool value); }