RhinoCommon API
File3dmHatchPatternTableFindName Method |
Finds a HatchPattern given its name.
Namespace: Rhino.FileIO
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 6.0

public HatchPattern FindName( string name )
Public Function FindName ( name As String ) As HatchPattern
Parameters
- name
- Type: SystemString
The name of the HatchPattern to be searched.
Return Value
Type: HatchPatternAn HatchPattern, or null on error.
