Click or drag to resize

CEDBGetProfileSplitVV Method

Get profile window splits.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void GetProfileSplitVV(
	CVV vv
)

public void GetProfileSplitVV(
	CVV vv
)

Parameters

vv
Type: GeoEngine.Core.GXNetXCVV
Split VV (REAL) (profile window heights / entire profile window height)
Remarks
The returned VV is sized to the maximum number of profiles that can be displayed. If a profile is not currently displayed, its height fraction is 0. The sum of all the fractions returned is equal to 1. The profile splits refers to the relative sizes of the individual profile windows. To get/set the fraction of the total database window devoted to the profiles, use the SetSplit_EDB and rGetSplit_EDB functions.
See Also