pltIPlot GetTipToTailLineThickness

Finds the thickness of the arrow in a polar plot.

Syntax

pltIPlot_handle GetTipToTailLineThickness

Application

Tcl Query

Description

This command finds the thickness of the arrow in a polar plot.
Note: This method is only valid for polar plots. This command returns a number from 0 to 3 that corresponds to a style.

Example

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

Errors

Success (a number between 0 and 3) or an error message is returned.

Keywords

Tcl

Polar Plot

Query