GetLineStyleDefinition()

Summary

Returns an array defining the line style.

Syntax

linestylearray = GetLineStyleDefinition(linestyle style)

Argument Contents
style The line style to define

Returns

An array in the format used to call LineStyle().

Example

traintracks = LineStyle({{{1, -1, 0}}, {{1, -1, 18, 18, 0, -9, 0, 9}}})
ShowArray(GetLineStyleDefinition(traintracks))

Error Codes

Error Type Meaning
Error style is not a line style

See Also

Function Summary
LineStyle() Creates a new line style