GH_ComponentParamServerWriteParamHashData Method |
Write parameter data to a binary writer.
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public static void WriteParamHashData(
BinaryWriter writer,
IGH_Param param,
GH_ParamHashFields fields
)
Public Shared Sub WriteParamHashData (
writer As BinaryWriter,
param As IGH_Param,
fields As GH_ParamHashFields
)
Parameters
- writer
- Type: System.IOBinaryWriter
Writer to write with. - param
- Type: Grasshopper.KernelIGH_Param
Parameter to serialize. - fields
- Type: Grasshopper.KernelGH_ParamHashFields
Fields of parameter to serialize.
Remarks This is useful for hashing purposes, there is no way to deserialize data written with this method.
See Also