Click or drag to resize
CDHPlotHoleTraces3D Method
Plot hole traces to an existing 3D map view.

Available since Oasis montaj version: 6.1.0
License: Available to specially licensed modules.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
Both the hole traces and data can be plotted. The DH3DHOLES GX uses the default 3D map parameter file "_3D.in3".
Syntax
public void PlotHoleTraces3D(
	CMVIEW oMVIEW1,
	string str2
)

Parameters

oMVIEW1
Type: GeoEngine.Core.GXNetCMVIEW
Existing 3D map view
str2
Type: SystemString
Parameter file (INI) name (normally *.in3)
See Also