Click or drag to resize

IGH_GooProxyUserString 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.Types
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
string UserString { get; set; }

Property Value

Type: String

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

Return Value

Type: String
The UserString value or the value of FormatInstance() if UserString has not been assigned.
See Also