Click or drag to resize

CSTKIGetSymbParms Method (String, Double, String, String, Int32, Int32, Double, Int32, CVV, CVV, Int32, String, Double, String)

Get parameters in STK object relating drawing symbols

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void IGetSymbParms(
	ref string symb_font,
	ref double symb_size,
	ref string line_clr,
	ref string fill_clr,
	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,
	ref double text_size,
	ref string text_clr
)

public void IGetSymbParms(
	ref string symb_font,
	ref double symb_size,
	ref string line_clr,
	ref string fill_clr,
	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,
	ref double text_size,
	ref 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 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_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
Remarks
See MSTK for detailed description of all function parameters
See Also