Click or drag to resize

CFLT.Create Method

Create a filter from a comma/space delimited string.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static CFLT Create(
	CGXNETCore gxNetShared,
	string input
)

public static CFLT Create(
	CGXNETCore gxNetShared,
	string input
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetX.CGXNETCore
A shared CGXNETCore
input
Type: System.String
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