 | 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
Syntaxpublic 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
)
Public Sub IGetGenParms (
ByRef x_ch As String,
ByRef y_ch As String,
ByRef grp_name As String,
ByRef x_scale As Double,
ByRef y_scale As Double,
ByRef x_start As Double,
ByRef x_end As Double,
ByRef y_start As Double,
ByRef left As Double,
ByRef bottom As Double,
ByRef height As Double
)
Public Sub IGetGenParms (
ByRef x_ch As String,
ByRef y_ch As String,
ByRef grp_name As String,
ByRef x_scale As Double,
ByRef y_scale As Double,
ByRef x_start As Double,
ByRef x_end As Double,
ByRef y_start As Double,
ByRef left As Double,
ByRef bottom As Double,
ByRef height As Double
)
public:
void IGetGenParms(
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 IGetGenParms(
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 IGetGenParms :
x_ch : string byref *
y_ch : string byref *
grp_name : string byref *
x_scale : float byref *
y_scale : float byref *
x_start : float byref *
x_end : float byref *
y_start : float byref *
left : float byref *
bottom : float byref *
height : float byref -> unit
member IGetGenParms :
x_ch : string byref *
y_ch : string byref *
grp_name : string byref *
x_scale : float byref *
y_scale : float byref *
x_start : float byref *
x_end : float byref *
y_start : float byref *
left : float byref *
bottom : float byref *
height : float byref -> 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