PFSFile Constructor (String, Boolean) |
Load an existing PFSFile given by the filePath.
Namespace: DHI.PFSAssembly: DHI.PFS (in DHI.PFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax public PFSFile(
string filePath,
bool silent
)
Public Sub New (
filePath As String,
silent As Boolean
)
public:
PFSFile(
String^ filePath,
bool silent
)
new :
filePath : string *
silent : bool -> PFSFile
Parameters
- filePath
- Type: SystemString
Filepath of PFSFile to load - silent
- Type: SystemBoolean
defines if possible error messages should be issued automatically or not
See Also