 | CEDB.GetProfileRangeX Method |
Get profile X range and X channel
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void GetProfileRangeX(
ref double min_x,
ref double max_x,
ref int ph_chan_x
)
public void GetProfileRangeX(
ref double min_x,
ref double max_x,
ref int ph_chan_x
)
Public Sub GetProfileRangeX (
ByRef min_x As Double,
ByRef max_x As Double,
ByRef ph_chan_x As Integer
)
Public Sub GetProfileRangeX (
ByRef min_x As Double,
ByRef max_x As Double,
ByRef ph_chan_x As Integer
)
public:
void GetProfileRangeX(
double% min_x,
double% max_x,
int% ph_chan_x
)
public:
void GetProfileRangeX(
double% min_x,
double% max_x,
int% ph_chan_x
)
member GetProfileRangeX :
min_x : float byref *
max_x : float byref *
ph_chan_x : int byref -> unit
member GetProfileRangeX :
min_x : float byref *
max_x : float byref *
ph_chan_x : int byref -> unit
Parameters
- min_x
- Type: System.Double
Minimum x - max_x
- Type: System.Double
Maximum x - ph_chan_x
- Type: System.Int32
X axis channel, <define>NULLSYMB</define> if none
See Also