Closest2d<Geometry> Class

Public Class Closest2d(Of  _ 
Geometry As Geometry2d)
This language is not supported or no code example is available.
public class Closest2d<Geometry> 
where Geometry : Geometry2d
This language is not supported or no code example is available.
generic<typename Geometry> 
where Geometry : Geometry2d
public ref class Closest2d
This language is not supported or no code example is available.
JScript does not support generic types and methods.
This language is not supported or no code example is available.

Type Parameters

Geometry

Methods
 
Name Description
Public method Add(Geometry)
Public method AddRange(IEnumerable<Geometry>)
Public method FromPoint(Point2d) Find the geometry that is closest to the given point.
Public method Remove(Geometry)
Top
IGS.Genamo.Closest2d<Geometry>

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

In this article

Definition