Click or drag to resize

CityCityAt Method

Returns city at given index.

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public static City CityAt(
	int index
)

Parameters

index
Type: SystemInt32
index.

Return Value

Type: City
City at index.
See Also