 | CSTKSetProfileEx Method |
Set profile parameters in STK object (added Break on dummy option)
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void SetProfileEx(
int prof_type,
double pitch,
double thick,
string ln_clr,
int break_dum,
int wrap,
int clip,
int smooth,
CVV vv_ind,
string label,
int ref,
string font,
double text_size,
string text_clr,
int prof_va_num
)
public void SetProfileEx(
int prof_type,
double pitch,
double thick,
string ln_clr,
int break_dum,
int wrap,
int clip,
int smooth,
CVV vv_ind,
string label,
int ref,
string font,
double text_size,
string text_clr,
int prof_va_num
)
Public Sub SetProfileEx (
prof_type As Integer,
pitch As Double,
thick As Double,
ln_clr As String,
break_dum As Integer,
wrap As Integer,
clip As Integer,
smooth As Integer,
vv_ind As CVV,
label As String,
ref As Integer,
font As String,
text_size As Double,
text_clr As String,
prof_va_num As Integer
)
Public Sub SetProfileEx (
prof_type As Integer,
pitch As Double,
thick As Double,
ln_clr As String,
break_dum As Integer,
wrap As Integer,
clip As Integer,
smooth As Integer,
vv_ind As CVV,
label As String,
ref As Integer,
font As String,
text_size As Double,
text_clr As String,
prof_va_num As Integer
)
public:
void SetProfileEx(
int prof_type,
double pitch,
double thick,
String^ ln_clr,
int break_dum,
int wrap,
int clip,
int smooth,
CVV^ vv_ind,
String^ label,
int ref,
String^ font,
double text_size,
String^ text_clr,
int prof_va_num
)
public:
void SetProfileEx(
int prof_type,
double pitch,
double thick,
String^ ln_clr,
int break_dum,
int wrap,
int clip,
int smooth,
CVV^ vv_ind,
String^ label,
int ref,
String^ font,
double text_size,
String^ text_clr,
int prof_va_num
)
member SetProfileEx :
prof_type : int *
pitch : float *
thick : float *
ln_clr : string *
break_dum : int *
wrap : int *
clip : int *
smooth : int *
vv_ind : CVV *
label : string *
ref : int *
font : string *
text_size : float *
text_clr : string *
prof_va_num : int -> unit
member SetProfileEx :
prof_type : int *
pitch : float *
thick : float *
ln_clr : string *
break_dum : int *
wrap : int *
clip : int *
smooth : int *
vv_ind : CVV *
label : string *
ref : int *
font : string *
text_size : float *
text_clr : string *
prof_va_num : int -> unit
Parameters
- prof_type
- Type: SystemInt32
Profile line type. 1 - solid (default) - pitch
- Type: SystemDouble
Patterned line pitch in mm. Default is 10 mm - thick
- Type: SystemDouble
Line thickness in mm. Default is 0.05mm - ln_clr
- Type: SystemString
Color string in RGB model. Default is black - break_dum
- Type: SystemInt32
Break on dummy option - wrap
- Type: SystemInt32
Wrap option - clip
- Type: SystemInt32
Clip option - smooth
- Type: SystemInt32
Plot smoothed polyline. - vv_ind
- Type: GeoEngine.Core.GXNetXCVV
Integers starting from 0 indicating windows in VA channel to draw VV type of INT (integer) - label
- Type: SystemString
Characters string to label profiles - ref
- Type: SystemInt32
Reference location to draw label. - font
- Type: SystemString
Font to use to draw profile labels. Default is use 'default' font set in Montaj - 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 - prof_va_num
- Type: SystemInt32
Include VA column numbers as part of the profile label 0 - no, 1 - yes
RemarksSee MSTK for detailed description of all function parameters
See Also