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
- operand
Type: System.Spatial..::..Geometry
The operand.
Return Value
Type: System.Spatial..::..Geometry
The operation result.