PFSDllWrapperpfsWrite Method |
Write the contents of a parameter file object using the parameter file syntax
Namespace: DHI.PFSAssembly: DHI.PFS (in DHI.PFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax public static void pfsWrite(
IntPtr handle,
string fileName
)
Public Shared Sub pfsWrite (
handle As IntPtr,
fileName As String
)
public:
static void pfsWrite(
IntPtr handle,
String^ fileName
)
static member pfsWrite :
handle : IntPtr *
fileName : string -> unit
Parameters
- handle
- Type: SystemIntPtr
A PfsFile handle - fileName
- Type: SystemString
File Name
Remarks
This function is used to write any parameter file object, ie those created by pfsCreate,
and those created by loading an existing file using pfsLoadFile. Files written by pfsWrite may be read by pfsLoadFile.
See Also