Returns a Geometry representing the points making up this Geometry that do not make up other. This method returns the closure of the resultant Geometry.
[Visual Basic]
Function Difference( _
ByVal other As Geometry _
) As Geometry
Returns the point set difference of this Geometry with other.
Missing <remarks> documentation for M:Geotools.Geometries.IGeometry.Difference(Geotools.Geometries.Geometry)
IGeometry Interface | IGeometry Members | Geotools.Geometries Namespace