[Missing <summary> documentation for "M:CWS.Common.NDXInterface.NDX.SoldService.HomeSalesClient.GetDistance(System.String,System.Double,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 GetDistance(
	string SecurityToken,
	double lat1,
	double lon1,
	double lat2,
	double lon2
)
Visual Basic (Declaration)
Public Function GetDistance ( _
	SecurityToken As String, _
	lat1 As Double, _
	lon1 As Double, _
	lat2 As Double, _
	lon2 As Double _
) As WSResultContainer
Visual C++
public:
virtual WSResultContainer^ GetDistance(
	String^ SecurityToken, 
	double lat1, 
	double lon1, 
	double lat2, 
	double lon2
) sealed

Parameters

SecurityToken
Type: System..::.String

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

lat1
Type: System..::.Double

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

lon1
Type: System..::.Double

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

lat2
Type: System..::.Double

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

lon2
Type: System..::.Double

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

Return Value

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

Implements

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

See Also