 | CSTKIGetTitleParms Method (String, String, Int32, Double, Double, Int32, Double, Double, String, Double, String, Int32) |
Get 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 IGetTitleParms(
ref string title1,
ref string title2,
ref int title1_orient,
ref double title1_x,
ref double title1_y,
ref int title2_orient,
ref double title2_x,
ref double title2_y,
ref string font,
ref double text_size,
ref string color,
int xy
)
public void IGetTitleParms(
ref string title1,
ref string title2,
ref int title1_orient,
ref double title1_x,
ref double title1_y,
ref int title2_orient,
ref double title2_x,
ref double title2_y,
ref string font,
ref double text_size,
ref string color,
int xy
)
Public Sub IGetTitleParms (
ByRef title1 As String,
ByRef title2 As String,
ByRef title1_orient As Integer,
ByRef title1_x As Double,
ByRef title1_y As Double,
ByRef title2_orient As Integer,
ByRef title2_x As Double,
ByRef title2_y As Double,
ByRef font As String,
ByRef text_size As Double,
ByRef color As String,
xy As Integer
)
Public Sub IGetTitleParms (
ByRef title1 As String,
ByRef title2 As String,
ByRef title1_orient As Integer,
ByRef title1_x As Double,
ByRef title1_y As Double,
ByRef title2_orient As Integer,
ByRef title2_x As Double,
ByRef title2_y As Double,
ByRef font As String,
ByRef text_size As Double,
ByRef color As String,
xy As Integer
)
public:
void IGetTitleParms(
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 IGetTitleParms(
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 IGetTitleParms :
title1 : string byref *
title2 : string byref *
title1_orient : int byref *
title1_x : float byref *
title1_y : float byref *
title2_orient : int byref *
title2_x : float byref *
title2_y : float byref *
font : string byref *
text_size : float byref *
color : string byref *
xy : int -> unit
member IGetTitleParms :
title1 : string byref *
title2 : string byref *
title1_orient : int byref *
title1_x : float byref *
title1_y : float byref *
title2_orient : int byref *
title2_x : float byref *
title2_y : float byref *
font : string byref *
text_size : float byref *
color : string byref *
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