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

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
Imports the maximum elevation (top of mesh) as well as the topo (X, Z) values.
Syntax
public static void ImportUBC2DTopo(
	CGXNETCore gxNetShared,
	string file,
	ref double elev0,
	CVV vv_x,
	CVV vv_z
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
file
Type: SystemString
UBC Topo file to import
elev0
Type: SystemDouble
Returned top of mesh elevation
vv_x
Type: GeoEngine.Core.GXNetXCVV
Topography X values
vv_z
Type: GeoEngine.Core.GXNetXCVV
Topography Z values (elevations)
See Also