Click or drag to resize
CSTKIGetSymbParms Method (String, Int32, Double, String, Int32, String, Int32, Int32, Int32, Double, Int32, CVV, CVV, Int32, String, Int32, Double, String, Int32)
Get 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 IGetSymbParms(
	ref string symb_font,
	int symb_font_sz,
	ref double symb_size,
	ref string line_clr,
	int line_clr_sz,
	ref string fill_clr,
	int fill_clr_sz,
	ref int wrap,
	ref int clip,
	ref double symb_y_loc,
	ref int no_levels,
	CVV vv_level,
	CVV vv_type,
	ref int label,
	ref string text_font,
	int text_font_sz,
	ref double text_size,
	ref string text_clr,
	int text_clr_sz
)

Parameters

symb_font
Type: SystemString
Font to use to draw symbols. Default is use 'symbols.gfn' font
symb_font_sz
Type: SystemInt32
Symbol font name string size
symb_size
Type: SystemDouble
Symbol size in mm. Default is 5mm
line_clr
Type: SystemString
Edge color string in RGB model. Default is black
line_clr_sz
Type: SystemInt32
Line color string size
fill_clr
Type: SystemString
Fill color string in RGB model. Default is black
fill_clr_sz
Type: SystemInt32
Fill color string size
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 levels to draw symbols
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, default is 20 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_font_sz
Type: SystemInt32
Text font name string size
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
text_clr_sz
Type: SystemInt32
Text color string size
See Also