Click or drag to resize
CSTKIGetTitleParms Method (String, String, Int32, Double, Double, Int32, Double, Double, String, Double, String, Int32)
Get parameters in STK object relating X/Y axis titles

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 ? mark in the note represent either X and Y
Syntax
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
)

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>
See Also