Click or drag to resize
CSTKSetGenParms Method
Set general parameters in STK object

Available since Oasis montaj version: 5.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
See MSTK for detailed description of all function parameters
Syntax
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
)

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
See Also