| 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
)
public:
static List<Geozone^>^ FromList(
List<GeoZone^>^ zones
)
ParaPlanREST.Models.Geozone.FromList = function(zones);
Parameters
- zones
- Type: System.Collections.GenericListGeoZone
ParaPlanDll zones
Return Value
Type:
ListGeozoneAPI Zones
See Also