SurfaceSimplifyOptionsPercentageToRemove Property |
Gets or sets the value that specifies the percentage of points to remove.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic double PercentageToRemove { get; set; }
Public Property PercentageToRemove As Double
Get
Set
public:
property double PercentageToRemove {
double get ();
void set (double value);
}
Property Value
Double
ExceptionsException | Condition |
---|
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