[Missing <summary> documentation for "M:CWS.Common.NDXInterface.NDX.POIService.IPOIService.GetPrivateSchools(System.String,System.Double,System.Double,System.Int32,System.Int32)"]

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

Syntax

C#
WSResultContainer GetPrivateSchools(
	string SecurityToken,
	double Latitude,
	double Longitude,
	int Radius,
	int RecordsToReturn
)
Visual Basic (Declaration)
Function GetPrivateSchools ( _
	SecurityToken As String, _
	Latitude As Double, _
	Longitude As Double, _
	Radius As Integer, _
	RecordsToReturn As Integer _
) As WSResultContainer
Visual C++
WSResultContainer^ GetPrivateSchools(
	String^ SecurityToken, 
	double Latitude, 
	double Longitude, 
	int Radius, 
	int RecordsToReturn
)

Parameters

SecurityToken
Type: System..::.String

[Missing <param name="SecurityToken"/> documentation for "M:CWS.Common.NDXInterface.NDX.POIService.IPOIService.GetPrivateSchools(System.String,System.Double,System.Double,System.Int32,System.Int32)"]

Latitude
Type: System..::.Double

[Missing <param name="Latitude"/> documentation for "M:CWS.Common.NDXInterface.NDX.POIService.IPOIService.GetPrivateSchools(System.String,System.Double,System.Double,System.Int32,System.Int32)"]

Longitude
Type: System..::.Double

[Missing <param name="Longitude"/> documentation for "M:CWS.Common.NDXInterface.NDX.POIService.IPOIService.GetPrivateSchools(System.String,System.Double,System.Double,System.Int32,System.Int32)"]

Radius
Type: System..::.Int32

[Missing <param name="Radius"/> documentation for "M:CWS.Common.NDXInterface.NDX.POIService.IPOIService.GetPrivateSchools(System.String,System.Double,System.Double,System.Int32,System.Int32)"]

RecordsToReturn
Type: System..::.Int32

[Missing <param name="RecordsToReturn"/> documentation for "M:CWS.Common.NDXInterface.NDX.POIService.IPOIService.GetPrivateSchools(System.String,System.Double,System.Double,System.Int32,System.Int32)"]

Return Value

[Missing <returns> documentation for "M:CWS.Common.NDXInterface.NDX.POIService.IPOIService.GetPrivateSchools(System.String,System.Double,System.Double,System.Int32,System.Int32)"]

See Also