number_of_boundaries property

number_of_boundaries property

Gets or sets the number of boundaries.

Definition:

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

See Also