RhinoCommon API
NameHash Constructor (String, Guid) |
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 )
Public Sub New ( name As String, parentId As Guid )
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.
Return Value
Type:A new hash
