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.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.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 db,
	string line,
	double x_min,
	double x_max,
	double x_inc,
	CVV vv
)

Parameters

db
Type: GeoEngine.Core.GXNetXCDB
Database to import data to
line
Type: SystemString
Line name
x_min
Type: SystemDouble
Starting "X" (station) value (<define>rDUMMY</define> for default)
x_max
Type: SystemDouble
Ending "X" (station) value (<define>rDUMMY</define> for default)
x_inc
Type: SystemDouble
"X" increment along the line (<define>rDUMMY</define> for default = half "A" separation)
vv
Type: GeoEngine.Core.GXNetXCVV
Returned topography values
See Also