Click or drag to resize

PFSFile Constructor (String, Boolean)

Load an existing PFSFile given by the filePath.

Namespace:  DHI.PFS
Assembly:  DHI.PFS (in DHI.PFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public PFSFile(
	string filePath,
	bool silent
)

Parameters

filePath
Type: System.String
Filepath of PFSFile to load
silent
Type: System.Boolean
defines if possible error messages should be issued automatically or not
See Also