Click or drag to resize
ParaPlan Logo

GeozoneFromList Method

Makes a list of API zones from ParaPlanDll zones

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

Parameters

zones
Type: System.Collections.GenericListGeoZone
ParaPlanDll zones

Return Value

Type: ListGeozone
API Zones
See Also