Click or drag to resize
CEDBSetProfileRangeX Method
Set profile X range and X channel

Available since Oasis montaj version: 5.0
Limitations: May not be available if running outside of a Oasis Montaj or from a command line program.  
License: Available to anyone.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Syntax
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