GM_Package_t Class
A Global Mapper Package object. Use GM_Package.LoadPackage() to create a Package object.
Inheritance Hierarchy
System Object
GlobalMapper GM_Package_t

Namespace:GlobalMapper.Types
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)

Syntax
C#
                                    public
                                    class
                                    GM_Package_t
                                     : 
                                    IDisposable
                                

The GM_Package_t type exposes the following members.

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
Properties
NameDescription
Public propertyLayers
The list of Layers in the Package (Read-Only)
Top
See Also