Click or drag to resize

GH_ComponentServerObjectProxyNames Property

Returns a specialized string collection of all component names.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public AutoCompleteStringCollection ObjectProxyNames { get; }

Property Value

Type: AutoCompleteStringCollection

[Missing <value> documentation for "P:Grasshopper.Kernel.GH_ComponentServer.ObjectProxyNames"]

Remarks
This property is used for autocompletion in textboxes.
See Also