Click or drag to resize

CGUIIiSymbolForm Method (String, Int32, Int32, Int32, Int32, Double, Double, Int32, Int32)

- Select a symbol.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static int IiSymbolForm(
	ref string symb_font,
	int size,
	ref int geo_font,
	ref int weight,
	ref int symb_num,
	ref double symb_size,
	ref double symb_ang,
	ref int edge_col,
	ref int fill_col
)

public static int IiSymbolForm(
	ref string symb_font,
	int size,
	ref int geo_font,
	ref int weight,
	ref int symb_num,
	ref double symb_size,
	ref double symb_ang,
	ref int edge_col,
	ref int fill_col
)

Parameters

symb_font
Type: SystemString
Symbol font file name
size
Type: SystemInt32
Buffer size for symbol font face name
geo_font
Type: SystemInt32
Geosoft font?
weight
Type: SystemInt32
Weight <define>MVIEW_FONT_WEIGHT</define>
symb_num
Type: SystemInt32
Symbol number
symb_size
Type: SystemDouble
Symbol size
symb_ang
Type: SystemDouble
Symbol angle
edge_col
Type: SystemInt32
Edge color
fill_col
Type: SystemInt32
Fill color

Return Value

Type: Int32
0 - Ok 1 - Cancel
Remarks
Symbols are set on input, and new values returned.
See Also