Click or drag to resize
CIPGetTopoLine Method
Get topography values for a line.

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
If topography info is available, returns values calculated for the input line. If no topography is available, returned values will be dummies. Values between actual data are interpolated using the Akima spline. Ends are extrapolated using the end data points.
Syntax
public void GetTopoLine(
	CDB oDB1,
	string str2,
	double d3,
	double d4,
	double d5,
	CVV oVV6
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Database to import data to
str2
Type: SystemString
Line name
d3
Type: SystemDouble
Starting "X" (station) value (rDUMMY for default)
d4
Type: SystemDouble
Ending "X" (station) value (rDUMMY for default)
d5
Type: SystemDouble
"X" increment along the line (rDUMMY for default = half "A" separation)
oVV6
Type: GeoEngine.Core.GXNetCVV
Returned topography values
See Also