Click or drag to resize

CIPImportUBC2DTopo Method

Import a Topography file from the UBC IPINV2D program.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static void ImportUBC2DTopo(
	CGXNETCore gxNetShared,
	string file,
	ref double elev0,
	CVV vv_x,
	CVV vv_z
)

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)
Remarks
Imports the maximum elevation (top of mesh) as well as the topo (X, Z) values.
See Also