PfsHelperPfsLoadFile Method  | 
 
            Open an existing parameter file and create an internal data structure for further processing. 
            
 
    Namespace: 
   DHI.PFS
    Assembly:
   DHI.PFS (in DHI.PFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic static IntPtr PfsLoadFile(
	string filename,
	bool quiet
)
Public Shared Function PfsLoadFile ( 
	filename As String,
	quiet As Boolean
) As IntPtr
public:
static IntPtr PfsLoadFile(
	String^ filename, 
	bool quiet
)
static member PfsLoadFile : 
        filename : string * 
        quiet : bool -> IntPtr 
Parameters
- filename
 - Type: SystemString
File Name  - quiet
 - Type: SystemBoolean
defines if possible error messages should be issued automatically by pfsLoadFile or not 
Return Value
Type: 
IntPtrA PFSHandle pointer. A handle for subsequent reference to the data structure is returned in Hand. 
            If the file could not be opened, the value of Hand is NULL
See Also