Click or drag to resize
CDHGetGeologyContacts Method
Return XYZ locations of top or bottom geological surfaces

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
For the input LST of holes, returns XYZ location of top or bottom contact with the input geology. Those selected holes which do NOT have contacts, return rDUMMY for the corresponding locations.
Syntax
public void GetGeologyContacts(
	CLST oLST1,
	string str2,
	string str3,
	int i4,
	double d5,
	CVV oVV6,
	CVV oVV7,
	CVV oVV8
)

Parameters

oLST1
Type: GeoEngine.Core.GXNetCLST
LST of holes to check
str2
Type: SystemString
Channel code
str3
Type: SystemString
Geology item
i4
Type: SystemInt32
See DH_SURFACEConstant Surface selection (top or bottom)
d5
Type: SystemDouble
Max gap to skip when compositing (GS_R8DM for none)
oVV6
Type: GeoEngine.Core.GXNetCVV
X locations of the contact
oVV7
Type: GeoEngine.Core.GXNetCVV
Y locations of the contact
oVV8
Type: GeoEngine.Core.GXNetCVV
Z locations of the contact
See Also