to_int method

to_int(self)

Returns the property value as integer.


def to_int(self):
    ...

Remarks

Throws an exception if the property type is not PropertyType.Number.

See Also