GM_Utility .GetPackageLayerList Method |
Returns a list 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.
Namespace:GlobalMapper
Assembly: GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)

C#
Copy
public static GM_LayerList_t GetPackageLayerList(
GM_Package_t aPackage
)
Parameters
- aPackage
-
Type:
GlobalMapper.Types.GM_Package_t
IN: package to get list of layers from
Return Value
Type: GM_LayerList_tA list of Layers in Package
