CADability dotNET
Returns the index of the given linewidth in this list

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

Syntax

C#
public int FindIndex(
	LineWidth lw
)
Visual Basic
Public Function FindIndex ( _
	lw As LineWidth _
) As Integer
Visual C++
public:
int FindIndex(
	LineWidth^ lw
)

Parameters

lw
Type: CADability.Attribute..::..LineWidth
linewidth for which the index is requested

Return Value

the index found or -1 if this list does not contain lw

See Also