MakeValid Method (Geometry)

The geometric make valid.

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

Syntax

'Declaration
Public Overridable Function MakeValid ( _
    operand As Geometry _
) As Geometry
'Usage
Dim instance As SpatialOperations
Dim operand As Geometry
Dim returnValue As Geometry

returnValue = instance.MakeValid(operand)
public virtual Geometry MakeValid(
    Geometry operand
)
public:
virtual Geometry^ MakeValid(
    Geometry^ operand
)
abstract MakeValid : 
        operand:Geometry -> Geometry 
override MakeValid : 
        operand:Geometry -> Geometry 
public function MakeValid(
    operand : Geometry
) : Geometry

Parameters

Return Value

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

See Also

Reference

SpatialOperations Class

MakeValid Overload

System.Spatial Namespace