radius Property (DespeckleRequestParams)
Gets or sets the radius around a "medium" noise object which does not contain "not-noise" objects.
'Declaration
Public Property radius As Integer
public int radius { get; set; }
public: __property int get_radius();
public: __property void set_radius(
int
);
public:
property int radius {
int get();
void set(int );
}
Property Value
Valid values are from 0 to 100. Default value is 30.
Target Platforms: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5