Click or drag to resize

CEDB.GetProfileRangeX Method

Get profile X range and X channel

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void GetProfileRangeX(
	ref double min_x,
	ref double max_x,
	ref int ph_chan_x
)

public void GetProfileRangeX(
	ref double min_x,
	ref double max_x,
	ref int ph_chan_x
)

Parameters

min_x
Type: System.Double
Minimum x
max_x
Type: System.Double
Maximum x
ph_chan_x
Type: System.Int32
X axis channel, <define>NULLSYMB</define> if none
See Also