Gets or sets the maximum error for the approximation algorithm.
public int MaximumError {get; set;}
'Declaration
Public Property MaximumError As Integer
'Usage
Dim instance As ContourFilterCommand
Dim value As Integer
instance.MaximumError = value
value = instance.MaximumError
public int MaximumError {get; set;}
get_MaximumError();
set_MaximumError(value);
Object.defineProperty('MaximumError');
public:
property int MaximumError {
int get();
void set ( int value);
}
Property Value
Maximum error for the approximation algorithm. Values can be from 0 to 255. Default is 5. This property is only valid if the Type property is set to ApproxColor.