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 UserString As String
Get
Set
Property Value
Type:
String[Missing <value> documentation for "P:Grasshopper.Kernel.IGH_ValueProxy.UserString"]
Return Value
Type:
StringIf the proxy contains no user-string, the ToString result is returned instead
See Also