RhinoCommon API
NameHash Constructor (String, Guid, Boolean) |
Creates a new NameHash, representing a piece of text.
Namespace: Rhino.FileIO
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 6.0

public NameHash( string name, Guid parentId, bool ignoreCase )
Public Sub New ( name As String, parentId As Guid, ignoreCase As Boolean )
Parameters
- name
- Type: SystemString
A name. This can be null and can refer to a non-existing path. - parentId
- Type: SystemGuid
The id of the parent layer. This is only useful with layers. - ignoreCase
- Type: SystemBoolean
All manifest searches currently ignore case, except for groups.
Return Value
Type:A new hash
