GH_ComponentServer.ObjectProxyNames Property

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; }
Public ReadOnly Property ObjectProxyNames As AutoCompleteStringCollection
	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