pltIBuildPlotsCtrl GetYDatatypeBinding
Finds the request (y data type binding) based on the result type that has been set.
Syntax
pltIBuildPlotsCtrl_handle GetYDatatypeBinding
Application
HyperWorks Tcl Query
Description
- “Nodes”
- “Elements”
- “Surface”
- “Volume”
- “Part”
- “Assembly”
- “Set”
- “Model”
- “System”
Example
hwi GetSessionHandle sess;
sess GetClientManagerHandle mgr plot;
mgr GetBuildPlotsCtrlHandle build;
build SelectDataFile "c:/demos/mv_hv_hg/HyperView Stuff/d3plotag" true;
build GetYDatatypeBinding
Errors
Success (the request type) or an error message is returned.
Keywords
HyperView
Tcl
Build Plots
Query