 | 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
Syntaxpublic static void ValidateSymbols(
CGXNETCore gxNetShared,
CVV vv,
string face,
int geofont
)
public static void ValidateSymbols(
CGXNETCore gxNetShared,
CVV vv,
string face,
int geofont
)
Public Shared Sub ValidateSymbols (
gxNetShared As CGXNETCore,
vv As CVV,
face As String,
geofont As Integer
)
Public Shared Sub ValidateSymbols (
gxNetShared As CGXNETCore,
vv As CVV,
face As String,
geofont As Integer
)
public:
static void ValidateSymbols(
CGXNETCore^ gxNetShared,
CVV^ vv,
String^ face,
int geofont
)
public:
static void ValidateSymbols(
CGXNETCore^ gxNetShared,
CVV^ vv,
String^ face,
int geofont
)
static member ValidateSymbols :
gxNetShared : CGXNETCore *
vv : CVV *
face : string *
geofont : int -> unit
static member ValidateSymbols :
gxNetShared : CGXNETCore *
vv : CVV *
face : string *
geofont : int -> unit
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?
RemarksInvalid symbols in the VV will be set to -1 by this call. VV has to be of type <define>GS_LONG</define>.
See Also