CADability dotNET
Sets the line pattern for subsequent curve drawing. A pattern consists of pairs of double values: stroke length followed by gap length. If the parameter is null or an empty array, solidlines or curves will be drawn.

Namespace: CADability
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
void SetLinePattern(
	double[] pattern
)
Visual Basic
Sub SetLinePattern ( _
	pattern As Double() _
)
Visual C++
void SetLinePattern(
	array<double>^ pattern
)

Parameters

pattern
Type: array<System..::..Double>[]()[][]

See Also