pltIPlot GetTipToTailLineStyle

Gets the line style of the tip-to-tail curve. Finds the style of the arrow in a polar plot.

Syntax

pltIPlot_ctrl GetTipToTailLineStyle

Application

HyperGraph Polar Plot/Tip to Tail functionality.

Description

This command gets the line style of the tip-to-tail curve. The return value is a number between 1 and 5 that specifies a line style for the tip-to-tail curve.

This command finds the style of the arrow in a polar plot.
Note: This method is only valid for polar plots. This command will return a number from 1 to 5 that corresponds to a style.

Example

hwi GetSessionHandle sess;
sess GetProjectHandle proj;
proj GetPageHandle p1 1;
p1 GetWindowHandle w1 1;	
w1 GetClientHandle plot;
plot GetTipToTailLineStyle;

Errors

Success (a number between 1 and 5) or an error message is returned.