enable_landing property

enable_landing property

Gets or sets the enable landing.

Definition:

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

See Also