Click or drag to resize

CMVULoadPlot Method

Load a Geosoft PLT file into a MAP.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void LoadPlot(
	CMAP map,
	string name
)

public static void LoadPlot(
	CMAP map,
	string name
)

Parameters

map
Type: GeoEngine.Core.GXNetCMAP
Map handle
name
Type: SystemString
Plot file name
See Also