CADability dotNET
Gets the LineWidth with the given index.

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

Syntax

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

Parameters

index
Type: System..::..Int32

See Also