Click or drag to resize
CIPImportUBC2DTopo Method
Import a Topography file from the UBC IPINV2D programme.

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
Imports the maximum elevation (top of mesh) as well as the topo (X, Z) values.
Syntax
public static void ImportUBC2DTopo(
	string str1,
	ref double d2,
	CVV oVV3,
	CVV oVV4
)

Parameters

str1
Type: SystemString
UBC Topo file to import
d2
Type: SystemDouble
Returned top of mesh elevation
oVV3
Type: GeoEngine.Core.GXNetCVV
Topography X values
oVV4
Type: GeoEngine.Core.GXNetCVV
Topography Z values (elevations)
See Also