Click or drag to resize

CMVUMapFromPLT Method

Creates a new map from a PLT file.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static void MapFromPLT(
	CGXNETCore gxNetShared,
	CMAP map,
	string base,
	string data,
	string plt,
	double mpx,
	double mpy
)

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)
Remarks
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.
See Also