Click or drag to resize
CSTKIGetProfileEx Method (Int32, Double, Double, String, Int32, Int32, Int32, Int32, CVV, String, Int32, String, Double, String, Int32)
Get profile parameters in STK object (added Break on dummy option)

Available since Oasis montaj version: 5.0.3
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 IGetProfileEx(
	ref int prof_type,
	ref double pitch,
	ref double thick,
	ref string ln_clr,
	ref int break_dum,
	ref int wrap,
	ref int clip,
	ref int smooth,
	CVV vv_ind,
	ref string label,
	ref int ref,
	ref string font,
	ref double text_size,
	ref string text_clr,
	ref int prof_va_num
)

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
Only use for VA channels. NULL is acceptable which means all profiles in the VA are plotted. 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
See Also