NameHash Constructor (String)

NameHash Constructor (String)

Creates a new NameHash, representing a piece of text.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
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 nonexisting path.

Return Value

Type: 
Version Information

Rhino for Windows

Supported in: 6.14
See Also