CADability dotNET
Returns the line pattern with the given index.

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

Syntax

C#
public LinePattern this[
	int Index
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( _
	Index As Integer _
) As LinePattern
	Get
Visual C++
public:
property LinePattern^ default[int Index] {
	LinePattern^ get (int Index);
}

Parameters

Index
Type: System..::..Int32
index of required laine pattern

Return Value

line pattern

See Also