Linetype.ReadFromFile Method

LinetypeReadFromFile Method

Reads linetypes from either a Rhino .3dm file or an AutoCAD .lin file.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static Linetype[] ReadFromFile(
	string path
)
Public Shared Function ReadFromFile ( 
	path As String
) As Linetype()

Parameters

path
Type: SystemString
The path to the file to read.

Return Value

Type: Linetype
An array of linetypes if successful, otherwise an empty array.
Version Information

Rhino for Windows

Supported in: 6.14
See Also