 | CDHiCompositingToolGUI Method |
Annotate a strip log map using the compositing tool.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic int iCompositingToolGUI(
CMAP map,
double x,
double y1,
double y2
)
public int iCompositingToolGUI(
CMAP map,
double x,
double y1,
double y2
)
Public Function iCompositingToolGUI (
map As CMAP,
x As Double,
y1 As Double,
y2 As Double
) As Integer
Public Function iCompositingToolGUI (
map As CMAP,
x As Double,
y1 As Double,
y2 As Double
) As Integer
public:
int iCompositingToolGUI(
CMAP^ map,
double x,
double y1,
double y2
)
public:
int iCompositingToolGUI(
CMAP^ map,
double x,
double y1,
double y2
)
member iCompositingToolGUI :
map : CMAP *
x : float *
y1 : float *
y2 : float -> int
member iCompositingToolGUI :
map : CMAP *
x : float *
y1 : float *
y2 : float -> int
Parameters
- map
- Type: GeoEngine.Core.GXNetXCMAP
Current strip log map - x
- Type: SystemDouble
X location on map of selected strip - y1
- Type: SystemDouble
Y End of hole interval in view coords - y2
- Type: SystemDouble
Y Other end of hole interval in view coords
Return Value
Type:
Int32<define>DH_COMP_CHOICE</define>
RemarksIf any of the input X or Y values are dummies the tool uses default values.
See Also