count property

count property

Gets or sets the count of control points in current direction.

Definition:

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

See Also