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