 | CSTKIGetFidParms Method (Double, Double, Double, String, Int32, Double, String, Int32) |
Get parameters in STK object relating drawing fid ticks
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void IGetFidParms(
ref double fid_y_loc,
ref double fid_tick_size,
ref double fid_interval,
ref string fid_text_font,
int font_sz,
ref double fid_text_size,
ref string fid_text_color,
int text_clr_sz
)
public void IGetFidParms(
ref double fid_y_loc,
ref double fid_tick_size,
ref double fid_interval,
ref string fid_text_font,
int font_sz,
ref double fid_text_size,
ref string fid_text_color,
int text_clr_sz
)
Public Sub IGetFidParms (
ByRef fid_y_loc As Double,
ByRef fid_tick_size As Double,
ByRef fid_interval As Double,
ByRef fid_text_font As String,
font_sz As Integer,
ByRef fid_text_size As Double,
ByRef fid_text_color As String,
text_clr_sz As Integer
)
Public Sub IGetFidParms (
ByRef fid_y_loc As Double,
ByRef fid_tick_size As Double,
ByRef fid_interval As Double,
ByRef fid_text_font As String,
font_sz As Integer,
ByRef fid_text_size As Double,
ByRef fid_text_color As String,
text_clr_sz As Integer
)
public:
void IGetFidParms(
double% fid_y_loc,
double% fid_tick_size,
double% fid_interval,
String^% fid_text_font,
int font_sz,
double% fid_text_size,
String^% fid_text_color,
int text_clr_sz
)
public:
void IGetFidParms(
double% fid_y_loc,
double% fid_tick_size,
double% fid_interval,
String^% fid_text_font,
int font_sz,
double% fid_text_size,
String^% fid_text_color,
int text_clr_sz
)
member IGetFidParms :
fid_y_loc : float byref *
fid_tick_size : float byref *
fid_interval : float byref *
fid_text_font : string byref *
font_sz : int *
fid_text_size : float byref *
fid_text_color : string byref *
text_clr_sz : int -> unit
member IGetFidParms :
fid_y_loc : float byref *
fid_tick_size : float byref *
fid_interval : float byref *
fid_text_font : string byref *
font_sz : int *
fid_text_size : float byref *
fid_text_color : string byref *
text_clr_sz : int -> unit
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 - font_sz
- Type: SystemInt32
Font name string size - 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 - text_clr_sz
- Type: SystemInt32
Text color string size
RemarksSee MSTK for detailed description of all function parameters
See Also