Click or drag to resize

CUNCValidateSymbols Method

High performance method to see if a set of symbols are valid in a particular font.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntax
public static void ValidateSymbols(
	CGXNETCore gxNetShared,
	CVV vv,
	string face,
	int geofont
)

public static void ValidateSymbols(
	CGXNETCore gxNetShared,
	CVV vv,
	string face,
	int geofont
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
vv
Type: GeoEngine.Core.GXNetXCVV
VV of symbols
face
Type: SystemString
Face name (undecorated)
geofont
Type: SystemInt32
Geosoft font?
Remarks
Invalid symbols in the VV will be set to -1 by this call. VV has to be of type <define>GS_LONG</define>.
See Also