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

Available since Oasis montaj version: 5.0.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.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(
	CMAP oMAP1,
	string str2,
	string str3,
	string str4,
	double d5,
	double d6
)

Parameters

oMAP1
Type: GeoEngine.Core.GXNetCMAP
MAP Handle
str2
Type: SystemString
Name to use for the base map view
str3
Type: SystemString
Name to use for the data view
str4
Type: SystemString
Plot file name
d5
Type: SystemDouble
Map paper size in X direction (cm)
d6
Type: SystemDouble
Map paper size in Y direction (cm)
See Also