Class
FilterArgs
FilterArgs
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
args | Strings String | readwrite | |
binname | string | readwrite | |
clname | string | readwrite | |
infile | string | readwrite | |
informat | string | readwrite | |
outfile | string | readwrite | |
outformat | string | readwrite |
Methods
Constructor
FilterArgs FilterArgs (infile: string, outfile: string, clname: string, informat: string, outformat: string, binname: string, args: Strings)
Parameter | Type | Description |
---|---|---|
infile | string | |
outfile | string | |
clname | string | |
informat | string | |
outformat | string | |
binname | string | |
args | Strings |
Example | new FilterArgs() |
Return
FilterArgs FilterArgs.FilterArgs (infile: string, outfile: string, clname: string, informat: string, outformat: string, binname: string, args: Strings)
Jongware, 18-Jan-2015 v1.0 | Contents :: Index |