LinetypeReadFromFile Method |
Reads linetypes from either a Rhino .3dm file or an AutoCAD .lin file.
Namespace:
Rhino.DocObjects
Assembly:
RhinoCommon (in RhinoCommon.dll)
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.
Version InformationRhino for Windows
Supported in: 6.8
See Also