CADability dotNET
Returns the LinePattern 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 LinePattern Find(
	string name
)
Visual Basic
Public Function Find ( _
	name As String _
) As LinePattern
Visual C++
public:
LinePattern^ Find(
	String^ name
)

Parameters

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

Return Value

See Also