Gets or sets the maximum error for the approximation algorithm.
Syntax
Visual Basic (Declaration) | |
---|
Public Property MaximumError As Integer |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As ContourFilterCommand
Dim value As Integer
instance.MaximumError = value
value = instance.MaximumError
|
C# | |
---|
public int MaximumError {get; set;} |
Managed Extensions for C++ | |
---|
public: __property int get_MaximumError();
public: __property void set_MaximumError(
int value
); |
C++/CLI | |
---|
public:
property int MaximumError {
int get();
void set (int value);
} |
Return 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.
Example
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also