CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
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: CADabilityAssembly: 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>[]()[][]