| GM_Package_t Class |
A Global Mapper Package object. Use GM_Package.LoadPackage() to create a Package object.
Assembly: GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)
C#
public
class
GM_Package_t
:
IDisposable
The GM_Package_t type exposes the following members.
| Name | Description | |
|---|---|---|
| Close |
Closes Package and frees up the memory associated with it
| |
| Dispose |
Closes Package and frees up the memory associated with it.
| |
| Draw |
Draws the specified portion of the package to the device context.
If no packages are explicitly specified, all loaded packages will be drawn.
| |
| DrawPackageList |
Draws the specified portion of the specified packages to the device context.
If no packages are explicitly specified, all loaded packages will be drawn.
| |
| LoadPackage |
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
|