Python3Script Xojo Plugin |
|
Python3Parameters.UInt64Value Method
Sets or gets UInt64 value at given index in the Parameter block.

UInt64Value(
index
as Integer)
as UInt64

UInt64Value(
index
as Integer
assigns value
as UInt64)
Parameters
- index
- Index of the parameter (zero based where first parameter is number zero)
- value (assignment parameter)
- The value to set or get
Returns
- UInt64
Remarks
See Also
Python3Parameters Class