Click or drag to resize

CCSYMBSetNumber Method

Set the symbol number.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void SetNumber(
	int number
)

public void SetNumber(
	int number
)

Parameters

number
Type: SystemInt32
Symbol number (0x1-0x1ffff)
Remarks
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
See Also