PFSFile Constructor (String) |
Load the PFS file 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
)
Public Sub New (
filePath As String
)
public:
PFSFile(
String^ filePath
)
new :
filePath : string -> PFSFile
Parameters
- filePath
- Type: SystemString
Filepath of PFSFile to load
See Also