Reduce Method

The geometric reduce.

Namespace:  System.Spatial
Assembly:  System.Spatial (in System.Spatial.dll)

Syntax

'Declaration
<ExtensionAttribute> _
Public Shared Function Reduce ( _
    operand As Geometry, _
    tolerance As Double _
) As Geometry
'Usage
Dim operand As Geometry
Dim tolerance As Double
Dim returnValue As Geometry

returnValue = operand.Reduce(tolerance)
public static Geometry Reduce(
    this Geometry operand,
    double tolerance
)
[ExtensionAttribute]
public:
static Geometry^ Reduce(
    Geometry^ operand, 
    double tolerance
)
static member Reduce : 
        operand:Geometry * 
        tolerance:float -> Geometry 
public static function Reduce(
    operand : Geometry, 
    tolerance : double
) : Geometry

Parameters

Return Value

Type: System.Spatial..::..Geometry
The operation result.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Geometry. When you use instance method syntax to call this method, omit the first parameter. For more information, see https://msdn.microsoft.com/en-us/library/bb384936(v=vs.103) or https://msdn.microsoft.com/en-us/library/bb383977(v=vs.103).

See Also

Reference

GeometryOperationsExtensions Class

System.Spatial Namespace