Click or drag to resize

IGH_ValueProxyUserString Property

Gets or sets the user-defined string that describes this proxy This only really makes sense if the Proxy is Parsable.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
string UserString { get; set; }

Property Value

Type: String

[Missing <value> documentation for "P:Grasshopper.Kernel.IGH_ValueProxy.UserString"]

Return Value

Type: String
If the proxy contains no user-string, the ToString result is returned instead
See Also