File3dmLinetypeTableFindName Method |
Finds a Linetype given its name.
Namespace:
Rhino.FileIO
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntaxpublic Linetype FindName(
string name
)
Public Function FindName (
name As String
) As Linetype
Parameters
- name
- Type: SystemString
The name of the Linetype to be searched.
Return Value
Type:
LinetypeA Linetype, or null on error.
See Also