Click or drag to resize
CMVUMapFromPLT Method
Creates a new map from a PLT file.

Available since Oasis montaj version: 5.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
This only creates a map, it does not read the PLT into the map. The base view and data view will be the same size.
Syntax
public static void MapFromPLT(
	CGXNETCore gxNetShared,
	CMAP map,
	string base,
	string data,
	string plt,
	double mpx,
	double mpy
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
map
Type: GeoEngine.Core.GXNetXCMAP
MAP Handle
base
Type: SystemString
Name to use for the base map view
data
Type: SystemString
Name to use for the data view
plt
Type: SystemString
Plot file name
mpx
Type: SystemDouble
Map paper size in X direction (cm)
mpy
Type: SystemDouble
Map paper size in Y direction (cm)
See Also