Click or drag to resize
CMVIEWSymbNumber Method
Set the Symbol number.

Available since Oasis montaj version: 5.0.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
The lower 16 bits of the number is interpreted as UTF-16 with a valid Unicode character code point. GFN fonts wil produce valid symbols depending on the font for 0x01-0x7f and the degree, plus-minus and diameter symbol(latin small letter o with stroke) for 0xB0, 0xB1 and 0xF8 respectively. It is possible to check if a character is valid using iIsValidUTF16Char_UNC. The high 16-bits are reserved for future use. Also see: iValidSymbol_UNC and ValidateSymbols_UNC.
Syntax
public void SymbNumber(
	int i1
)

Parameters

i1
Type: SystemInt32
symbol number
See Also