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; }
Public ReadOnly Property InputsOptional As IReadOnlyList(Of Boolean)
Get
Property Value
Type:
IReadOnlyListBooleanSee Also