Click or drag to resize
CMAPL Class
The MAPL class is the interface with the MAPPLOT program, which reads a MAPPLOT control file and plots graphical entities to a map. The MAPL object is created for a given control file, then passed to the MAPPLOT program, along with the target MAP object on which to do the drawing
Inheritance Hierarchy

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public class CMAPL : CHANDLE

The CMAPL type exposes the following members.

Methods
  NameDescription
Public methodAvailable to anyoneStatic memberCreate
Create a MAPL.
Public methodAvailable to anyoneStatic memberCreateREG
Create a MAPL with REG.
Protected methodDispose
Releases the unmanaged resources used by the CMAPL and optionally releases the managed resources
(Overrides CHANDLEDispose(Boolean).)
Public methodAvailable to anyoneProcess
Process a MAPL
Public methodAvailable to anyoneReplaceString
Adds a replacement string to a mapplot control file.
Top
See Also