Write-only
About Dynamic Uncertainty

Recall Method


Description

Loads an uncertainty ‘workspace’ (*.ml4) file into the Uncertainty Manager.

 VB Syntax

uncertMan.Recall (fileName)

Variable

(Type) - Description

uncertMan

An UncertaintyManager Object

fileName

(String). Filename and *.ml4 extension of the Uncertainty Manager workspace file to load.

Return Type

Not Applicable

Default

Not Applicable

Examples

uncertMan.Recall"MyWorkspace.ml4"

See example program

C++ Syntax

HRESULT Recall([in] BSTR fileName);

Interface

IUncertaintyManager