GH_UserObject.Data Property

GH_UserObjectData Property

Gets or sets the serialized data. This data is used to deserialize a new instance of the base class.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public byte[] Data { get; set; }
Public Property Data As Byte()
	Get
	Set

Property Value

Type: Byte

[Missing <value> documentation for "P:Grasshopper.Kernel.GH_UserObject.Data"]

See Also