CADability dotNET

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

Syntax

C#
public void SetPattern(
	int index,
	double stroke,
	double gap
)
Visual Basic
Public Sub SetPattern ( _
	index As Integer, _
	stroke As Double, _
	gap As Double _
)
Visual C++
public:
void SetPattern(
	int index, 
	double stroke, 
	double gap
)

Parameters

index
Type: System..::..Int32
stroke
Type: System..::..Double
gap
Type: System..::..Double

See Also