Click or drag to resize
CEDBSetProfileSplitVV Method
Set profile splits

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)
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 (<define>MAX_PROF_WND</define>) are ignored.
Syntax
public void SetProfileSplitVV(
	CVV vv
)

Parameters

vv
Type: GeoEngine.Core.GXNetXCVV
Split VV (REAL) (relative sizes of each profile window)
See Also