pltIBuildPlotsCtrl GetXDatatype

Finds the current value for the X data type.

Syntax

pltIBuildPlotsCtrl_handle GetXDatatype

Application

Tcl Query

Description

This command finds the current value for the X data type variable.

Example

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

Errors

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

Keywords

Tcl

Build Plots

Query