pltIBuildPlotsCtrl GetDatatypeList

Gets one of the two data type lists.

Syntax

pltIBuildPlotsCtrl_handle GetDatatypeList complete

Application

Tcl Query

Description

This command gets either the X data type list or the Y data type list.

Inputs

complete
true
Input to find the X data type list.
false
Input to find the Y data type list.

Example

hwi GetSessionHandle sess;
sess GetClientManagerHandle mgr plot;
mgr GetBuildPlotsCtrlHandle build;
build GetDatatypeList true;

Errors

Success (the data type list) or an error message is returned.

Keywords

Tcl

Build Plots

Query