Click or drag to resize

GM_Package_t Class

A Global Mapper Package object. Use GM_Package.LoadPackage() to create a Package object.
Inheritance Hierarchy
SystemObject
  GlobalMapperGM_Package_t

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public class GM_Package_t : IDisposable

The GM_Package_t type exposes the following members.

Properties
  NameDescription
Public propertyLayers
The list of Layers in the Package (Read-Only)
Top
Methods
  NameDescription
Public methodClose
Closes Package and frees up the memory associated with it
Public methodDispose
Closes Package and frees up the memory associated with it.
Public methodDraw
Draws the specified portion of the package to the device context. If no packages are explicitly specified, all loaded packages will be drawn.
Public methodStatic memberDrawPackageList
Draws the specified portion of the specified packages to the device context. If no packages are explicitly specified, all loaded packages will be drawn.
Public methodStatic memberLoadPackage
Loads a new Global Mapper package (.gmp) file. You can also load package files with the GM_LoadLayerList command if you don't need to operate on the package as a whole. If
Top
See Also