 | CSTKSetSymbParms Method |
Set 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
Syntaxpublic 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
)
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
)
Public Sub SetSymbParms (
symb_font As String,
symb_size As Double,
line_clr As String,
fill_clr As String,
wrap As Integer,
clip As Integer,
symb_y_loc As Double,
no_levels As Integer,
vv_level As CVV,
vv_type As CVV,
label As Integer,
text_font As String,
text_size As Double,
text_clr As String
)
Public Sub SetSymbParms (
symb_font As String,
symb_size As Double,
line_clr As String,
fill_clr As String,
wrap As Integer,
clip As Integer,
symb_y_loc As Double,
no_levels As Integer,
vv_level As CVV,
vv_type As CVV,
label As Integer,
text_font As String,
text_size As Double,
text_clr As String
)
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
)
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
)
member SetSymbParms :
symb_font : string *
symb_size : float *
line_clr : string *
fill_clr : string *
wrap : int *
clip : int *
symb_y_loc : float *
no_levels : int *
vv_level : CVV *
vv_type : CVV *
label : int *
text_font : string *
text_size : float *
text_clr : string -> unit
member SetSymbParms :
symb_font : string *
symb_size : float *
line_clr : string *
fill_clr : string *
wrap : int *
clip : int *
symb_y_loc : float *
no_levels : int *
vv_level : CVV *
vv_type : CVV *
label : int *
text_font : string *
text_size : float *
text_clr : string -> unit
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
RemarksSee MSTK for detailed description of all function parameters
See Also