pltIBuildPlotsCtrl SetXDatatype
Sets the value for the X data type.
Syntax
pltIBuildPlotsCtrl_handle SetXDatatype dtype
Application
HyperWorks Tcl Modify
Description
Inputs
- dtype
- A string with the value of the X data type that you want.
Example
hwi GetSessionHandle sess;
sess GetClientManagerHandle mgr plot;
mgr GetBuildPlotsCtrlHandle build;
build SetXDatatype “Time”;
Errors
Success (0) or an error message is returned.
Keywords
HyperWorks
Tcl
Build Plots
Modify