Click or drag to resize
CSTKSetSymbParms Method
Set parameters in STK object relating drawing symbols

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
Syntax
public void SetSymbParms(
	string symb_font,
	double symb_size,
	string line_clr,
	string fill_clr,
	int wrap,
	int clip,
	double symb_y_loc,
	int no_levels,
	CVV vv_level,
	CVV vv_type,
	int label,
	string text_font,
	double text_size,
	string text_clr
)

Parameters

symb_font
Type: SystemString
Font to use to draw symbols. Default is use 'symbols.gfn' font
symb_size
Type: SystemDouble
Symbol size in mm. Default is 5mm
line_clr
Type: SystemString
Edge color string in RGB model. Default is black
fill_clr
Type: SystemString
Fill color string in RGB model. Default is black
wrap
Type: SystemInt32
Wrap option
clip
Type: SystemInt32
Clip option
symb_y_loc
Type: SystemDouble
Y location to draw symbols. Default is to use the data from Y channel
no_levels
Type: SystemInt32
Number of symbols levels
vv_level
Type: GeoEngine.Core.GXNetXCVV
Y values to define data ranges for each symbol types Type of REAL
vv_type
Type: GeoEngine.Core.GXNetXCVV
Symbol numbers (given in the symbol font) to draw Type of INT
label
Type: SystemInt32
Draw symbols ID (1) or not (0)
text_font
Type: SystemString
Font to use to draw symbol ID (A,B,C...). Default is use 'default'
text_size
Type: SystemDouble
Text size in mm to draw profile labels. Default is 5mm
text_clr
Type: SystemString
Text color string in RGB model. Default is black
See Also