Geocodes an mls

Namespace:  HS.Sys.TheEnterprise.Common.Laserbear
Assembly:  Laserbear (in Laserbear.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#
public void GeocodeMLS(
	int mlsid,
	string logDir
)
Visual Basic (Declaration)
Public Sub GeocodeMLS ( _
	mlsid As Integer, _
	logDir As String _
)
Visual C++
public:
void GeocodeMLS(
	int mlsid, 
	String^ logDir
)

Parameters

mlsid
Type: System..::.Int32
MLSID of mls
logDir
Type: System..::.String
Directory to write log file to

See Also