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) Version: 2024.2.0.25
Syntax
public class CMAPL : CHANDLE

public class CMAPL : CHANDLE

The CMAPL type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreate
Create a MAPL.
Public methodStatic 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 methodProcess
Process a MAPL
Public methodReplaceString
Adds a replacement string to a mapplot control file.
Top
See Also