CADability dotNET
Returns the LineWidth with the given name or null if not found.

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

Syntax

C#
public LineWidth Find(
	string name
)
Visual Basic
Public Function Find ( _
	name As String _
) As LineWidth
Visual C++
public:
LineWidth^ Find(
	String^ name
)

Parameters

name
Type: System..::..String
Name of the requsetd LineWidth

Return Value

See Also