Click or drag to resize

GM_UtilityGetPackageLayerList 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)
Syntax
public static GM_LayerList_t GetPackageLayerList(
	GM_Package_t aPackage
)

Parameters

aPackage
Type: GlobalMapper.TypesGM_Package_t
IN: package to get list of layers from

Return Value

Type: GM_LayerList_t
A list of Layers in Package
See Also