Click or drag to resize
CEDBSetProfileSplitVV Method
Set profile splits

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)
Notes
The input VV values are the fractional heights for each profile window. Values are summed, and normalized (so you can enter "1,1,1", with a VV of length 3, if you want 3 equal profile windows). VV values beyond the maximum number of displayable profiles (MAX_PROF_WND) are ignored.
Syntax
public void SetProfileSplitVV(
	CVV oVV1
)

Parameters

oVV1
Type: GeoEngine.Core.GXNetCVV
split VV (REAL) (relative sizes of each profile window)
See Also