Click or drag to resize

ComponentFunctionInfoInputsOptional Property

Indications for each function input parameter whether it is optional.

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

Property Value

Type: IReadOnlyListBoolean
See Also