Click or drag to resize
ParaPlan Logo

GeozoneToList Method

Makes a list of ParaPlanDll zones from API zones

Namespace:  ParaPlanREST.Models
Assembly:  ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static List<GeoZone> ToList(
	List<Geozone> zone
)

Parameters

zone
Type: System.Collections.GenericListGeozone
API zones

Return Value

Type: ListGeoZone
List of ParaPlanDll zones
See Also