pltIPlotManager GetDefaultDynamicRange
Finds the default dynamic range.
Syntax
pltIPlotManager_handle GetDefaultDynamicRange
Application
HyperWorks Tcl Query
Description
This command finds the default dynamic range. The default dynamic range is the number of tics on an axis when the plot is in log mode.
Example
hwi GetSessionHandle sess;
sess GetClientManagerHandle pm Plot;
pm GetDefaultDynamicRange;
Errors
Success (the default dynamic range) or an error message is returned.
Keywords
HyperWorks
Tcl
Query