City.FindNearest Method

CityFindNearest Method

Finds nearest city of specified input parameters.

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static City FindNearest(
	double latitude,
	double longitude
)
Public Shared Function FindNearest ( 
	latitude As Double,
	longitude As Double
) As City

Parameters

latitude
Type: SystemDouble
latitude.
longitude
Type: SystemDouble
longitude.

Return Value

Type: City
Nearest city.
Version Information

Rhino for Windows

Supported in: 6.14
See Also