 | CEDBGetProfileSplit Method |
Get profile split for 3 windows.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void GetProfileSplit(
ref double d1,
ref double d2
)
public void GetProfileSplit(
ref double d1,
ref double d2
)
Public Sub GetProfileSplit (
ByRef d1 As Double,
ByRef d2 As Double
)
Public Sub GetProfileSplit (
ByRef d1 As Double,
ByRef d2 As Double
)
public:
void GetProfileSplit(
double% d1,
double% d2
)
public:
void GetProfileSplit(
double% d1,
double% d2
)
member GetProfileSplit :
d1 : float byref *
d2 : float byref -> unit
member GetProfileSplit :
d1 : float byref *
d2 : float byref -> unit
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)
See Also