ComponentFunctionInfo.InputsOptional Property

ComponentFunctionInfoInputsOptional Property

Indications for each function input parameter whether it is optional.

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

Property Value

Type: IReadOnlyListBoolean
Version Information

Rhino for Windows

Supported in: 6.14
See Also