Click or drag to resize

CDHPlotHoleTraces3D Method

Plot hole traces to an existing 3D map view.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void PlotHoleTraces3D(
	CMVIEW mview,
	string job
)

public void PlotHoleTraces3D(
	CMVIEW mview,
	string job
)

Parameters

mview
Type: GeoEngine.Core.GXNetXCMVIEW
Existing 3D map view
job
Type: SystemString
Parameter file (INI) name (normally *.in3)
Remarks
Both the hole traces and data can be plotted. The DH3DHOLES GX uses the default 3D map parameter file "_3D.in3".
See Also