 | CSTKSetGenParms Method |
Set general parameters in STK object
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void SetGenParms(
string x_ch,
string y_ch,
string grp_name,
double x_scale,
double y_scale,
double x_start,
double x_end,
double y_start,
double left,
double bottom,
double height
)
public void SetGenParms(
string x_ch,
string y_ch,
string grp_name,
double x_scale,
double y_scale,
double x_start,
double x_end,
double y_start,
double left,
double bottom,
double height
)
Public Sub SetGenParms (
x_ch As String,
y_ch As String,
grp_name As String,
x_scale As Double,
y_scale As Double,
x_start As Double,
x_end As Double,
y_start As Double,
left As Double,
bottom As Double,
height As Double
)
Public Sub SetGenParms (
x_ch As String,
y_ch As String,
grp_name As String,
x_scale As Double,
y_scale As Double,
x_start As Double,
x_end As Double,
y_start As Double,
left As Double,
bottom As Double,
height As Double
)
public:
void SetGenParms(
String^ x_ch,
String^ y_ch,
String^ grp_name,
double x_scale,
double y_scale,
double x_start,
double x_end,
double y_start,
double left,
double bottom,
double height
)
public:
void SetGenParms(
String^ x_ch,
String^ y_ch,
String^ grp_name,
double x_scale,
double y_scale,
double x_start,
double x_end,
double y_start,
double left,
double bottom,
double height
)
member SetGenParms :
x_ch : string *
y_ch : string *
grp_name : string *
x_scale : float *
y_scale : float *
x_start : float *
x_end : float *
y_start : float *
left : float *
bottom : float *
height : float -> unit
member SetGenParms :
x_ch : string *
y_ch : string *
grp_name : string *
x_scale : float *
y_scale : float *
x_start : float *
x_end : float *
y_start : float *
left : float *
bottom : float *
height : float -> unit
Parameters
- x_ch
- Type: SystemString
X channel name, REQUIRED - y_ch
- Type: SystemString
Y channel name, REQUIRED - grp_name
- Type: SystemString
Group name - x_scale
- Type: SystemDouble
X scale (map scale, units/metre), REQUIRED - y_scale
- Type: SystemDouble
Y scale (plot scale, units/mm), REQUIRED - x_start
- Type: SystemDouble
Minimum X value (data unit) to draw - x_end
- Type: SystemDouble
Maximum X value (data unit) to draw - y_start
- Type: SystemDouble
Minimum Y value (data unit) to draw - left
- Type: SystemDouble
Minimum horizontal location in mm of the stack on the map - bottom
- Type: SystemDouble
Minimum vertical location in mm on the map - height
- Type: SystemDouble
Profile height in mm on the map, must be > 0.0
RemarksSee MSTK for detailed description of all function parameters
See Also