ArgumentMode
Overview
Parameter direction used to define which way a parameter should go
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.System
| Value | Description |
|---|---|
| None | Regular input parameter |
| Out | Parameter that is only returned out of the method, not passed in. |
| Params | Params array parameter. |
| Var | In/Out parameter. |