pltIPlot SetTipToTailSelectionMethod
Sets the selection method for the tip-to-tail curve.
Syntax
pltIPlot_ctrl SetTipToTailSelectionMethod method
Application
HyperGraph Polar Plot/Tip to Tail functionality.
Description
This command sets the selection method for the calculation and drawing of the tip-to-tail curve.
Inputs
- method
- Options include
- “none”
- None of the vectors is selected. Manual selection is not allowed.
- “all”
- All vectors are selected. Manual selection is not allowed.
- “displayed”
- Based only on the displayed vectors, you can select vectors manually.
- “selected”
- Based on all vectors of the plot, you make selections.
Example
pltIPlot_Ctrl SetTipToTailSelectionMethod none
All vectors are included in the calculation and drawing of tip-to-tail curve.
pltIPlot_Ctrl SetTipToTailSelectionMethod all
You can manually select from the list which vectors should be included in the calculation and drawing of tip-to-tail curve.
pltIPlot_Ctrl SetTipToTailSelectionMethod selected
Errors
Returns an error code for invalid arguments.