NameHash Constructor (String) |
Creates a new NameHash, representing a piece of text.
Namespace:
Rhino.FileIO
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic NameHash(
string name
)
Public Sub New (
name As String
)
Parameters
- name
- Type: SystemString
A name. This can be null and can refer to a nonexisting path.
Return Value
Type:
Version InformationRhino for Windows
Supported in: 6.8
See Also