Click or drag to resize

CEDBSetProfileRangeX Method

Set 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 SetProfileRangeX(
	double min_x,
	double max_x,
	int x_ch
)

public void SetProfileRangeX(
	double min_x,
	double max_x,
	int x_ch
)

Parameters

min_x
Type: SystemDouble
Minimum x, <define>rDUMMY</define> for data minimum
max_x
Type: SystemDouble
Maximum x, <define>rDUMMY</define> for data maximum
x_ch
Type: SystemInt32
X axis channel, <define>NULLSYMB</define> to use fids
See Also