ComponentFunctionInfo.InputDescriptions Property

ComponentFunctionInfoInputDescriptions Property

The function input parameter descriptions.

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

Property Value

Type: IReadOnlyListString
Version Information

Rhino for Windows

Supported in: 6.14
See Also