GH_ComponentServerObjectProxyNames Property |
Returns a specialized string collection of all component names.
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntaxpublic AutoCompleteStringCollection ObjectProxyNames { get; }
Public ReadOnly Property ObjectProxyNames As AutoCompleteStringCollection
Get
Property Value
Type:
AutoCompleteStringCollection[Missing <value> documentation for "P:Grasshopper.Kernel.GH_ComponentServer.ObjectProxyNames"]
RemarksThis property is used for autocompletion in textboxes.
See Also