Click or drag to resize
CEDBGetProfileRangeX Method
Get 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 GetProfileRangeX(
	ref double min_x,
	ref double max_x,
	ref int ph_chan_x
)

Parameters

min_x
Type: SystemDouble
Minimum x
max_x
Type: SystemDouble
Maximum x
ph_chan_x
Type: SystemInt32
X axis channel, <define>NULLSYMB</define> if none
See Also