points property

points property

Specifies the points of the animation. Read/write IPointCollection.

Definition:

@property
def points(self):
    ...

@points.setter
def points(self, value):
    ...

See Also