Namespace:  EGIS.ShapeFileLib
Assembly:  EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)

Syntax

Visual Basic
Public Function GetClosestShape ( _
	centre As PointD, _
	radius As Double _
) As Integer
C#
public int GetClosestShape(
	PointD centre,
	double radius
)
Visual C++
public:
int GetClosestShape(
	PointD centre, 
	double radius
)
JavaScript
function getClosestShape(centre, radius);

Parameters

centre
Type: EGIS.ShapeFileLib..::..PointD
radius
Type: System..::..Double

See Also