extent property

extent property

Gets of sets extent of the region considered by query point. It must be in the range from 1 to 20. Any higher or lower values will be aligned with the minimum and maximum values of this range, accordingly.

Definition:

@property
def extent(self):
    ...
@extent.setter
def extent(self, value):
    ...

See Also