Click or drag to resize

CFLTCreate Method

Create a filter from a comma/space delimited string.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static CFLT Create(
	string input
)

public static CFLT Create(
	string input
)

Parameters

input
Type: SystemString
Filter string

Return Value

Type: CFLT
FLT Object
Remarks
Terminates process if filter not found. Sample Fraser Filter string: "-1,-1,1,1"
See Also