Click or drag to resize
CSTKIGetFidParms Method (Double, Double, Double, String, Double, String)
Get parameters in STK object relating drawing fid ticks

Available since Oasis montaj version: 5.0
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 IGetFidParms(
	ref double fid_y_loc,
	ref double fid_tick_size,
	ref double fid_interval,
	ref string fid_text_font,
	ref double fid_text_size,
	ref string fid_text_color
)

Parameters

fid_y_loc
Type: SystemDouble
Y location in data unit to draw Fid ticks. Default is the bottom of the stack
fid_tick_size
Type: SystemDouble
Fid tick size in mm. Default is 2.0mm
fid_interval
Type: SystemDouble
Fid interval to draw ticks. Nice number is calculated by default
fid_text_font
Type: SystemString
Font to use to label fids. Default is use 'default' font set in Montaj
fid_text_size
Type: SystemDouble
Text size in mm to label fids. Default is 5mm
fid_text_color
Type: SystemString
Text color string in RGB model. Default is black
See Also