pltIBuildPlotsCtrl GetFilesUsedList

Finds all the files that have been used in build plots.

Syntax

pltIBuildPlotsCtrl_handle GetFilesUsedList

Application

Tcl Query

Description

This command finds all the files that have been used in build plots during the session.

Example

hwi GetSessionHandle sess;
sess GetClientManagerHandle mgr plot;
mgr GetBuildPlotsCtrlHandle build;
build GetFilesUsedList;

Errors

Success (the list of files) or an error message is returned.

Keywords

Tcl

Build Plots

Query