Click or drag to resize

ComponentFunctionInfoOutputDescriptions Property

Grasshopper returns several items in general. This property returns the output descriptions.

Namespace:  Rhino.NodeInCode
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public IReadOnlyList<string> OutputDescriptions { get; }

Property Value

Type: IReadOnlyListString
See Also