Click or drag to resize
CEDBSetProfileSplit5 Method
Set 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 SetProfileSplit5(
	double d1,
	double d2,
	double d3,
	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