Gets or sets the value that specifies the percentage of points to remove.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: 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
Exceptions
Exception | Condition |
---|
System..::..ArgumentException |
Thrown when set the value which is not in the range of [0,1].
|
See Also