PfsHelperPfsWriteParams Method |
Write all values in the array to the parameter
Namespace:
DHI.PFS
Assembly:
DHI.PFS (in DHI.PFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic static void PfsWriteParams(
IntPtr pfsRoot,
params Object[] paramList
)
Public Shared Sub PfsWriteParams (
pfsRoot As IntPtr,
ParamArray paramList As Object()
)
public:
static void PfsWriteParams(
IntPtr pfsRoot,
... array<Object^>^ paramList
)
static member PfsWriteParams :
pfsRoot : IntPtr *
paramList : Object[] -> unit
Parameters
- pfsRoot
- Type: SystemIntPtr
pointer to parameter - paramList
- Type: SystemObject
array that containing the values
See Also