Click or drag to resize
CGUIIiSymbolForm Method (CGXNETCore, String, Int32, Int32, Int32, Int32, Double, Double, Int32, Int32)
- Select a symbol.

Available since Oasis montaj version: 5.0
Limitations: May not be available if running outside of a Oasis Montaj or from a command line program.  
License: Available to anyone.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
Symbols are set on input, and new values returned.
Syntax
public static int IiSymbolForm(
	CGXNETCore gxNetShared,
	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

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
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
See Also