LinetypeReadFromFile Method |
Reads linetypes from either a Rhino .3dm file or an AutoCAD .lin file.
Namespace:
Rhino.DocObjects
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 6.6
Syntaxpublic 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:
LinetypeAn array of linetypes if successful, otherwise an empty array.
See Also