| Parameter | Description |
|---|---|
| value | The value to assign to the port’s UI field. |
bool
true if the value was successfully set; otherwise, false.
Sets a new value to the port's UI field.
This method is intended for editor-time edition of an input port’s value, configured through a field
displayed in the UI. If the port is connected, the field is hidden and no value is available, so the method returns false.
It also performs a type check and conversion internally. If the value cannot be cast to IPort.DataType, the method returns false.