IsValid Method (Geometry)
The geometric is valid.
Namespace: System.Spatial
Assembly: System.Spatial (in System.Spatial.dll)
Syntax
'Declaration
Public Overridable Function IsValid ( _
operand As Geometry _
) As Boolean
'Usage
Dim instance As SpatialOperations
Dim operand As Geometry
Dim returnValue As Boolean
returnValue = instance.IsValid(operand)
public virtual bool IsValid(
Geometry operand
)
public:
virtual bool IsValid(
Geometry^ operand
)
abstract IsValid :
operand:Geometry -> bool
override IsValid :
operand:Geometry -> bool
public function IsValid(
operand : Geometry
) : boolean
Parameters
- operand
Type: System.Spatial..::..Geometry
The operand.
Return Value
Type: System..::..Boolean
The operation result.