Creates public school list object for given type at given lat/long

Namespace:  CWS.Common.NDXInterface.NDX
Assembly:  NDX (in NDX.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public PublicSchoolList(
	double lat,
	double lng,
	int radius
)
Visual Basic (Declaration)
Public Sub New ( _
	lat As Double, _
	lng As Double, _
	radius As Integer _
)
Visual C++
public:
PublicSchoolList(
	double lat, 
	double lng, 
	int radius
)

Parameters

lat
Type: System..::.Double
Latitude of point
lng
Type: System..::.Double
Longitude of point
radius
Type: System..::.Int32
In miles from given lat/long

See Also