count property

count property

Gets or sets the count. The count attribute indicates the number of LINESTRIP primitives. Required attribute.

Definition:

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

See Also