 | CEDBSetProfileSplitVV Method |
Set profile splits
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic void SetProfileSplitVV(
CVV vv
)
public void SetProfileSplitVV(
CVV vv
)
Public Sub SetProfileSplitVV (
vv As CVV
)
Public Sub SetProfileSplitVV (
vv As CVV
)
public:
void SetProfileSplitVV(
CVV^ vv
)
public:
void SetProfileSplitVV(
CVV^ vv
)
member SetProfileSplitVV :
vv : CVV -> unit
member SetProfileSplitVV :
vv : CVV -> unit
Parameters
- vv
- Type: GeoEngine.Core.GXNetCVV
Split VV (REAL) (relative sizes of each profile window)
Remarks
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.
See Also