NameHash Constructor (String) |
Creates a new NameHash, representing a piece of text.
Namespace:
Rhino.FileIO
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax public NameHash(
string name
)
Public Sub New (
name As String
)
Parameters
- name
- Type: SystemString
A name. This can be null and can refer to a non-existing path.
Return Value
Type:
See Also