Click or drag to resize
CSTKSetTitleParms Method
Set 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 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
)

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