ComponentFunctionInfo.OutputTypeNames Property

ComponentFunctionInfoOutputTypeNames Property

Grasshopper returns several items in general. This property returns the output type names.

Namespace:  Rhino.NodeInCode
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public IReadOnlyList<string> OutputTypeNames { get; }
Public ReadOnly Property OutputTypeNames As IReadOnlyList(Of String)
	Get

Property Value

Type: IReadOnlyListString
Version Information

Rhino for Windows

Supported in: 6.14
See Also