[Missing <summary> documentation for "M:CWS.Common.NDXInterface.NDX.SoldService.HomeSalesClient.GetGreatSquare(System.String,System.Double,System.Double,System.Double)"]

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

Syntax

C#
public WSResultContainer GetGreatSquare(
	string SecurityToken,
	double Latitude,
	double Longitude,
	double Distance
)
Visual Basic (Declaration)
Public Function GetGreatSquare ( _
	SecurityToken As String, _
	Latitude As Double, _
	Longitude As Double, _
	Distance As Double _
) As WSResultContainer
Visual C++
public:
virtual WSResultContainer^ GetGreatSquare(
	String^ SecurityToken, 
	double Latitude, 
	double Longitude, 
	double Distance
) sealed

Parameters

SecurityToken
Type: System..::.String

[Missing <param name="SecurityToken"/> documentation for "M:CWS.Common.NDXInterface.NDX.SoldService.HomeSalesClient.GetGreatSquare(System.String,System.Double,System.Double,System.Double)"]

Latitude
Type: System..::.Double

[Missing <param name="Latitude"/> documentation for "M:CWS.Common.NDXInterface.NDX.SoldService.HomeSalesClient.GetGreatSquare(System.String,System.Double,System.Double,System.Double)"]

Longitude
Type: System..::.Double

[Missing <param name="Longitude"/> documentation for "M:CWS.Common.NDXInterface.NDX.SoldService.HomeSalesClient.GetGreatSquare(System.String,System.Double,System.Double,System.Double)"]

Distance
Type: System..::.Double

[Missing <param name="Distance"/> documentation for "M:CWS.Common.NDXInterface.NDX.SoldService.HomeSalesClient.GetGreatSquare(System.String,System.Double,System.Double,System.Double)"]

Return Value

[Missing <returns> documentation for "M:CWS.Common.NDXInterface.NDX.SoldService.HomeSalesClient.GetGreatSquare(System.String,System.Double,System.Double,System.Double)"]

Implements

IHomeSales..::.GetGreatSquare(String, Double, Double, Double)

See Also