point_count property

point_count property

Gets or sets the PointCount

Definition:

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

See Also