For satellite projection type only. Sets the tilt angle of perspective projection. The 'tilt' property is a number and may be specified as: - An int or float Returns ------- int|float
(self)
| 94 | |
| 95 | @property |
| 96 | def tilt(self): |
| 97 | """ |
| 98 | For satellite projection type only. Sets the tilt angle of |
| 99 | perspective projection. |
| 100 | |
| 101 | The 'tilt' property is a number and may be specified as: |
| 102 | - An int or float |
| 103 | |
| 104 | Returns |
| 105 | ------- |
| 106 | int|float |
| 107 | """ |
| 108 | return self["tilt"] |
| 109 | |
| 110 | @tilt.setter |
| 111 | def tilt(self, val): |
no outgoing calls
no test coverage detected