planes_count property

planes_count property

Gets or sets the planes count.

Definition:

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

See Also