Click or drag to resize
CEUL3Creat Method
Creates an EUL3 object.

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Syntax
public static CEUL3 Creat(
	CGXNETCore gxNetShared,
	CIMG imgt,
	CIMG imgtx,
	CIMG imgty,
	CIMG imgtz,
	int wnd_siz,
	double gi,
	double tolrnc,
	double max_dis,
	int obs_flg,
	double obs_hght,
	double obs_elev
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
imgt
Type: GeoEngine.Core.GXNetXCIMG
Image of grid T
imgtx
Type: GeoEngine.Core.GXNetXCIMG
Image of grid Tx
imgty
Type: GeoEngine.Core.GXNetXCIMG
Image of grid Ty
imgtz
Type: GeoEngine.Core.GXNetXCIMG
Image of grid Tz
wnd_siz
Type: SystemInt32
Window size (maximum 20)
gi
Type: SystemDouble
Geometric index, from 0.0 to 3.0
tolrnc
Type: SystemDouble
Max tolerance to allow (percentage)
max_dis
Type: SystemDouble
Max dist. acceptable (0 for infinite)
obs_flg
Type: SystemInt32
ObsFlg Height (0) or Elevation (1)
obs_hght
Type: SystemDouble
Height of observation plane
obs_elev
Type: SystemDouble
Elevation of observation plane

Return Value

Type: CEUL3
EUL3 Object
See Also