count property
count property
Gets or sets the count. The number of curves. Required.
Definition:
@property
def count(self):
...
@count.setter
def count(self, value):
...
Gets or sets the count. The number of curves. Required.
@property
def count(self):
...
@count.setter
def count(self, value):
...