GH_ComponentParamServer.GetHashCode Method (GH_ParamHashFields)

GH_ComponentParamServerGetHashCode Method (GH_ParamHashFields)

Creates a SHA1 hash from the parameter data.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public Guid GetHashCode(
	GH_ParamHashFields fields
)
Public Function GetHashCode ( 
	fields As GH_ParamHashFields
) As Guid

Parameters

fields
Type: Grasshopper.KernelGH_ParamHashFields
Fields to include.

Return Value

Type: Guid
A Guid representing a SHA hash of the parameter fields.
See Also