This is used for optional parameters of class PreciseVertCoords2 with default arguments. This is only used const parameters. For non-const ones we have _InOptMut_PreciseVertCoords2. Usage:
More...
Public Member Functions | |
| _InOptConst_PreciseVertCoords2 (Const_PreciseVertCoords2 value) | |
Static Public Member Functions | |
| static implicit | operator _InOptConst_PreciseVertCoords2 (Const_PreciseVertCoords2 value) |
Public Attributes | |
| Const_PreciseVertCoords2? | Opt |
This is used for optional parameters of class PreciseVertCoords2 with default arguments. This is only used const parameters. For non-const ones we have _InOptMut_PreciseVertCoords2. Usage:
null to use the default argument.new() to pass no object.PreciseVertCoords2/Const_PreciseVertCoords2 to pass it to the function.