Click or drag to resize
CEDBGetProfileXAxisOptions Method
Get profile X-axis options

Available since Oasis montaj version: 9.5.1
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 GetProfileXAxisOptions(
	ref int rescale_x,
	ref int lines,
	ref double interval
)

Parameters

rescale_x
Type: SystemInt32
Auto rescale X-axis
lines
Type: SystemInt32
render vertical grid lines
interval
Type: SystemDouble
vertical lines interval
See Also