Module.LoadPrototype
- Updated2024-10-09
- 1 minute(s) read
Module.LoadPrototype
Syntax
Module.LoadPrototype( options = 0)
Return Value
Returns a value that indicates whether the step was modified.
Purpose
Loads the prototype for the module and sets the module parameters to match the prototype.
Remarks
This method replaces the following obsolete methods:
SequenceCallModule.LoadParameters
Depending on the type of module, calling this method loads a LabVIEW VI, a sequence file, a DLL, or an ActiveX Automation server to determine the module prototype.
Parameters
options As Long
[In] Specifies one or more LoadPrototypeOptions constants. Use the bitwise-OR operator to specify multiple flags.
This parameter has a default value of 0 .
See Also
DotNetCall.LoadPrototypeFromSignature