This is used for optional parameters of class ArcInterpolationParams with default arguments. This is only used mutable parameters. For const ones we have _InOptConst_ArcInterpolationParams. Usage:
More...
Public Member Functions | |
| _InOptMut_ArcInterpolationParams (ArcInterpolationParams value) | |
Static Public Member Functions | |
| static implicit | operator _InOptMut_ArcInterpolationParams (ArcInterpolationParams value) |
Public Attributes | |
| ArcInterpolationParams? | Opt |
This is used for optional parameters of class ArcInterpolationParams with default arguments. This is only used mutable parameters. For const ones we have _InOptConst_ArcInterpolationParams. Usage:
null to use the default argument.new() to pass no object.ArcInterpolationParams/Const_ArcInterpolationParams directly.