point_location property

point_location property

Gets or sets the point location.

Definition:

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

See Also