| 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
)
public:
static List<GeoZone^>^ ToList(
List<Geozone^>^ zone
)
ParaPlanREST.Models.Geozone.ToList = function(zone);
Parameters
- zone
- Type: System.Collections.GenericListGeozone
API zones
Return Value
Type:
ListGeoZoneList of ParaPlanDll zones
See Also