CADability dotNET
Returns the hatchstyle with the given name from the list. If there is no such hatchstyle null will be returned.

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

Syntax

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

Parameters

Name
Type: System..::..String
Name of the hatchstyle

Return Value

The hatchstyle found or null

See Also