Click or drag to resize
CFLTCreate Method
Create a filter from a comma/space delimited string.

Available since Oasis montaj version: 5.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
Terminates process if filter not found. Sample Fraser Filter string: "-1,-1,1,1"
Syntax
public static CFLT Create(
	CGXNETCore gxNetShared,
	string input
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
input
Type: SystemString
Filter string

Return Value

Type: CFLT
FLT Object
See Also