Click or drag to resize

CSTKIGetGenParms Method (String, String, String, Double, Double, Double, Double, Double, Double, Double, Double)

Get general parameters in STK object

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void IGetGenParms(
	ref string x_ch,
	ref string y_ch,
	ref string grp_name,
	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
)

public void IGetGenParms(
	ref string x_ch,
	ref string y_ch,
	ref string grp_name,
	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
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
Remarks
See MSTK for detailed description of all function parameters
See Also