Click or drag to resize
CGUIIiSymbolForm Method
- Select a symbol.

Available since Oasis montaj version: 5.0.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.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
Symbols are set on input, and new values returned.
Syntax
public static int IiSymbolForm(
	ref string str1,
	ref int i2,
	ref int i3,
	ref int i4,
	ref double d5,
	ref double d6,
	ref int i7,
	ref int i8
)

Parameters

str1
Type: SystemString
Symbol font file name
i2
Type: SystemInt32
Geosoft font? GEO_BOOLConstant
i3
Type: SystemInt32
weight MVIEW_FONT_WEIGHTConstant
i4
Type: SystemInt32
symbol number
d5
Type: SystemDouble
symbol size
d6
Type: SystemDouble
symbol angle
i7
Type: SystemInt32
edge colour
i8
Type: SystemInt32
fill colour

Return Value

Type: Int32
0 - Ok 1 - Cancel
See Also