 | 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
Syntaxpublic static CFLT Create(
string input
)
public static CFLT Create(
string input
)
Public Shared Function Create (
input As String
) As CFLT
Public Shared Function Create (
input As String
) As CFLT
public:
static CFLT^ Create(
String^ input
)
public:
static CFLT^ Create(
String^ input
)
static member Create :
input : string -> CFLT
static member Create :
input : string -> CFLT
Parameters
- input
- Type: SystemString
Filter string
Return Value
Type:
CFLTFLT Object
Remarks
Terminates process if filter not found.
Sample Fraser Filter string:
"-1,-1,1,1"
See Also