LabVIEWModule.LoadPrototype

Syntax

LabVIEWModule.LoadPrototype( discardParameterValues = False)

Return Value

Boolean

Returns a value that indicates whether the prototype of the VI was loaded. This method usually returns True .

Purpose

Note This method is obsolete. Use the Module.LoadPrototype method instead.

Remarks

Loads parameter information from the VI of the module.

You must set the LabVIEWModule.VIPath property of the module before calling this method. You must call this method before accessing the LabVIEWModule.Parameters property of the module.

Parameters

discardParameterValues As Boolean

[In] Specifies whether to reset the LabVIEWParameter.ValueExpr property of the existing parameter values when loading a new prototype.

This parameter has a default value of False .

See Also

LabVIEWModule.Parameters

LabVIEWModule.VIPath

LabVIEWParameter.ValueExpr

Module.LoadPrototype