Click or drag to resize
CEDBGetProfileSplit5 Method
Get profile split for 5 windows.

Available since Oasis montaj version: 5.0.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.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Syntax
public void GetProfileSplit5(
	ref double d1,
	ref double d2,
	ref double d3,
	ref double d4
)

Parameters

d1
Type: SystemDouble
split d1 (profile window 0 height / entire profile window height)
d2
Type: SystemDouble
split d2 (profile window 1 height / entire profile window height)
d3
Type: SystemDouble
split d3 (profile window 2 height / entire profile window height)
d4
Type: SystemDouble
split d4 (profile window 3 height / entire profile window height)
See Also