globalmapper.GetPackageLayerList¶
- globalmapper.GetPackageLayerList(GM_PackageHandle_t32 aPackage) GM_LayerHandle_t32, int [source]¶
Returns an array of the layers that are in a given package. The pointer returned is temporary and will become invalid with the next call to this function. The package must have been opened with the LoadPackage function.
- Parameters
aPackage (GM_PackageHandle_t32) – package to get list of layers from
- Returns
Pointer to an array of the layer handle(s)
- Return type
GM_LayerHandle_t32
- Returns
Number of layers in the array
- Return type
uint_32