 | CSTKSetTitleParms Method |
Set parameters in STK object relating X/Y axis titles
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void SetTitleParms(
string title1,
string title2,
int title1_orient,
double title1_x,
double title1_y,
int title2_orient,
double title2_x,
double title2_y,
string font,
double text_size,
string color,
int xy
)
public void SetTitleParms(
string title1,
string title2,
int title1_orient,
double title1_x,
double title1_y,
int title2_orient,
double title2_x,
double title2_y,
string font,
double text_size,
string color,
int xy
)
Public Sub SetTitleParms (
title1 As String,
title2 As String,
title1_orient As Integer,
title1_x As Double,
title1_y As Double,
title2_orient As Integer,
title2_x As Double,
title2_y As Double,
font As String,
text_size As Double,
color As String,
xy As Integer
)
Public Sub SetTitleParms (
title1 As String,
title2 As String,
title1_orient As Integer,
title1_x As Double,
title1_y As Double,
title2_orient As Integer,
title2_x As Double,
title2_y As Double,
font As String,
text_size As Double,
color As String,
xy As Integer
)
public:
void SetTitleParms(
String^ title1,
String^ title2,
int title1_orient,
double title1_x,
double title1_y,
int title2_orient,
double title2_x,
double title2_y,
String^ font,
double text_size,
String^ color,
int xy
)
public:
void SetTitleParms(
String^ title1,
String^ title2,
int title1_orient,
double title1_x,
double title1_y,
int title2_orient,
double title2_x,
double title2_y,
String^ font,
double text_size,
String^ color,
int xy
)
member SetTitleParms :
title1 : string *
title2 : string *
title1_orient : int *
title1_x : float *
title1_y : float *
title2_orient : int *
title2_x : float *
title2_y : float *
font : string *
text_size : float *
color : string *
xy : int -> unit
member SetTitleParms :
title1 : string *
title2 : string *
title1_orient : int *
title1_x : float *
title1_y : float *
title2_orient : int *
title2_x : float *
title2_y : float *
font : string *
text_size : float *
color : string *
xy : int -> unit
Parameters
- title1
- Type: SystemString
Title for bottom X axis/left Y axis. Default is no title. - title2
- Type: SystemString
Title for top X axis/right Y axis. Default is no title. - title1_orient
- Type: SystemInt32
Bottom/Left axis title orientation. - title1_x
- Type: SystemDouble
X location to draw bottom/left axis title - title1_y
- Type: SystemDouble
Y location to draw bottom/left axis title - title2_orient
- Type: SystemInt32
Top/Right axis title orientation. - title2_x
- Type: SystemDouble
X location to draw top/right axis title - title2_y
- Type: SystemDouble
Y location to draw top/right axis title - font
- Type: SystemString
Font to draw titles. Default is use 'default' font set in Montaj - text_size
- Type: SystemDouble
Text size in mm to draw titles. Default is 5mm - color
- Type: SystemString
Text color string in RGB model. Default is black - xy
- Type: SystemInt32
<define>STK_AXIS</define>
Remarks
See MSTK for detailed description of all function parameters
? mark in the note represent either X and Y
See Also