Write-only
About Presetting the Analyzer

Reset Method


Description

Removes all existing windows and measurements from the application. (Unlike Preset, does not create a new measurement.)

 VB Syntax

app.Reset

Variable

(Type) - Description

app

An Application (object)

Return Type

Not Applicable

Default

Not Applicable

Examples

app.Reset

C++ Syntax

HRESULT Reset()

Interface

IApplication