 | CEDBSetProfileRangeX Method |
Set 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 SetProfileRangeX(
double min_x,
double max_x,
int x_ch
)
public void SetProfileRangeX(
double min_x,
double max_x,
int x_ch
)
Public Sub SetProfileRangeX (
min_x As Double,
max_x As Double,
x_ch As Integer
)
Public Sub SetProfileRangeX (
min_x As Double,
max_x As Double,
x_ch As Integer
)
public:
void SetProfileRangeX(
double min_x,
double max_x,
int x_ch
)
public:
void SetProfileRangeX(
double min_x,
double max_x,
int x_ch
)
member SetProfileRangeX :
min_x : float *
max_x : float *
x_ch : int -> unit
member SetProfileRangeX :
min_x : float *
max_x : float *
x_ch : int -> unit
Parameters
- min_x
- Type: SystemDouble
Minimum x, <define>rDUMMY</define> for data minimum - max_x
- Type: SystemDouble
Maximum x, <define>rDUMMY</define> for data maximum - x_ch
- Type: SystemInt32
X axis channel, <define>NULLSYMB</define> to use fids
See Also