Click or drag to resize
CDHiCompositingToolGUI Method
Annotate a strip log map using the compositing tool.

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
If any of the input X or Y values are dummies the tool uses default values.
Syntax
public int iCompositingToolGUI(
	CMAP oMAP1,
	double d2,
	double d3,
	double d4
)

Parameters

oMAP1
Type: GeoEngine.Core.GXNetCMAP
Current strip log map
d2
Type: SystemDouble
X location on map of selected strip
d3
Type: SystemDouble
Y End of hole interval in view coords
d4
Type: SystemDouble
Y Other end of hole interval in view coords

Return Value

Type: Int32
See DH_COMP_CHOICEConstant
See Also