Click or drag to resize

CMVULoadPlot Method

Load a Geosoft PLT file into a MAP.

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

public static void LoadPlot(
	CGXNETCore gxNetShared,
	CMAP map,
	string name
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
map
Type: GeoEngine.Core.GXNetXCMAP
Map handle
name
Type: SystemString
Plot file name
See Also