Click or drag to resize
CSTKIGetGenParms Method (String, Int32, String, Int32, String, Int32, Double, Double, Double, Double, Double, Double, Double, Double)
Get 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 IGetGenParms(
	ref string x_ch,
	int xs,
	ref string y_ch,
	int ys,
	ref string grp_name,
	int grp_sz,
	ref double x_scale,
	ref double y_scale,
	ref double x_start,
	ref double x_end,
	ref double y_start,
	ref double left,
	ref double bottom,
	ref double height
)

Parameters

x_ch
Type: SystemString
X channel name, REQUIRED
xs
Type: SystemInt32
X channel name string length
y_ch
Type: SystemString
Y channel name, REQUIRED
ys
Type: SystemInt32
Y channel name string length
grp_name
Type: SystemString
Group name
grp_sz
Type: SystemInt32
Group name string length
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