pltIBuildPlotsCtrl GetYDatatype
Finds the current value for the Y data type
Syntax
pltIBuildPlotsCtrl_handle GetYDatatype
Application
HyperWorks Tcl Query
Description
This command finds the current value for the Y data type variable.
Example
hwi GetSessionHandle sess;
sess GetClientManagerHandle mgr plot;
mgr GetBuildPlotsCtrlHandle build;
build GetYDatatype;
Errors
Success (the Y data type) or an error message is returned.
Keywords
HyperWorks
Tcl
Build Plots
Query