HatchPattern.ReadFromFile Method

HatchPatternReadFromFile Method

Reads hatch pattern definitions from a file.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static HatchPattern[] ReadFromFile(
	string filename,
	bool quiet
)
Public Shared Function ReadFromFile ( 
	filename As String,
	quiet As Boolean
) As HatchPattern()

Parameters

filename
Type: SystemString
Name of an existing file. If filename is null or empty, default hatch pattern filename is used.
quiet
Type: SystemBoolean
Ignored.

Return Value

Type: HatchPattern
An array of hatch patterns. This can be null, but not empty.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also