Reduce Method (Geometry, Double)
The geometric reduce.
Namespace: System.Spatial
Assembly: System.Spatial (in System.Spatial.dll)
Syntax
'Declaration
Public Overridable Function Reduce ( _
operand As Geometry, _
tolerance As Double _
) As Geometry
'Usage
Dim instance As SpatialOperations
Dim operand As Geometry
Dim tolerance As Double
Dim returnValue As Geometry
returnValue = instance.Reduce(operand, _
tolerance)
public virtual Geometry Reduce(
Geometry operand,
double tolerance
)
public:
virtual Geometry^ Reduce(
Geometry^ operand,
double tolerance
)
abstract Reduce :
operand:Geometry *
tolerance:float -> Geometry
override Reduce :
operand:Geometry *
tolerance:float -> Geometry
public function Reduce(
operand : Geometry,
tolerance : double
) : Geometry
Parameters
- operand
Type: System.Spatial..::..Geometry
The operand.
- tolerance
Type: System..::..Double
The tolerance of the operation.
Return Value
Type: System.Spatial..::..Geometry
The operation result.